Skip to content

feat(other): support multi value for wasm#431

Open
ys8888john wants to merge 1 commit intoDTVMStack:mainfrom
ys8888john:wasm-multi-value
Open

feat(other): support multi value for wasm#431
ys8888john wants to merge 1 commit intoDTVMStack:mainfrom
ys8888john:wasm-multi-value

Conversation

@ys8888john
Copy link
Copy Markdown
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

  • N
  • Y

2. What is the scope of this PR (e.g. component or file name):

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains CI/CD configuration changes
  • Contains documentation changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

6. Release note

None

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an opt-in “multi-value” mode for the WASM pipeline (parser/validator/interpreter/JIT) guarded by ZEN_ENABLE_WASI_MULTI_VALUE, plus new WAST tests and CI coverage for interpreter/singlepass/multipass configurations.

Changes:

  • Introduces ZEN_ENABLE_WASI_MULTI_VALUE CMake option and wires it through build + CI.
  • Extends TypeEntry/blocktype decoding to support multi-value signatures and type-index blocktypes.
  • Adds a new tests/wast/multi_value category and WAST test modules.

Reviewed changes

Copilot reviewed 29 out of 29 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/wast/multi_value/multi_value_test.cpp Adds a C++ “multi-value” smoke test (currently located under WAST tests).
tests/wast/multi_value/multi_value.wast Adds multi-value proposal WAST cases (blocks/if/branch/functions with multi results).
tests/wast/multi_value/basic_test_main.wast Adds a basic _start module for harness sanity checks.
tests/wast/multi_value/basic_test.wast Adds a basic exported function module for harness sanity checks.
src/utils/wasm.cpp Updates block skipping to handle blocktype as LEB (value type or type index).
src/tests/CMakeLists.txt Adjusts spec categories when multi-value is enabled; adds multi_value category.
src/singlepass/x64/operand.h Exposes raw operand kind accessor.
src/singlepass/x64/codegen.h Adds multi-value call/return plumbing and restructures code blocks.
src/singlepass/common/datalayout.h Switches return-type access to TypeEntry::getReturnTypes().
src/singlepass/common/codegen.h Adds multi-value-aware ArgumentInfo and block metadata in one-pass IR.
src/runtime/runtime.cpp Updates main function type checking to use getReturnTypes().
src/runtime/module.h Changes TypeEntry layout to optionally support many returns (inline + heap storage).
src/runtime/module.cpp Updates type equality + frees dynamic return type arrays when enabled.
src/compiler/wasm_frontend/wasm_mir_compiler.h Adds multi-value metadata for blocks/args in MIR builder interfaces.
src/compiler/wasm_frontend/wasm_mir_compiler.cpp Implements multi-value-aware control blocks and placeholder multi-return call/return paths.
src/common/type.h Defines getWASMTypeSize() for VOID/ERROR_TYPE as 0.
src/common/defines.h Raises PresetMaxNumReturns when multi-value is enabled.
src/action/module_loader.cpp Allocates/stores multi-return type vectors for type section decoding.
src/action/loader_common.h Adds multi-value readBlockType() supporting type-index blocktypes.
src/action/interpreter.h Extends interpreter control stack block info to track multi-value result cells.
src/action/interpreter.cpp Adds support for type-index blocktypes for BLOCK/LOOP/IF.
src/action/instantiator.cpp Copies return types from TypeEntry::getReturnTypes() into FunctionInstance.
src/action/function_loader.h Adds helper to detect type-index control blocks.
src/action/function_loader.cpp Updates validation stack logic to use getReturnTypes() and read multi-value blocktypes.
src/action/bytecode_visitor.h Adds multi-value handling for blocks/branches/returns/calls in the visitor.
src/CMakeLists.txt Defines ZEN_ENABLE_WASI_MULTI_VALUE for compilation when enabled.
CMakeLists.txt Adds ZEN_ENABLE_WASI_MULTI_VALUE option.
.github/workflows/dtvm_wasm_test_x86.yml Adds CI jobs to build/test multi-value for interpreter/singlepass/multipass.
.ci/run_test_suite.sh Adds ENABLE_MULTI_VALUE to turn on ZEN_ENABLE_WASI_MULTI_VALUE in CI builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 24, 2026

⚡ Performance Regression Check Results

✅ Performance Check Passed (interpreter)

Performance Benchmark Results (threshold: 25%)

Benchmark Baseline (us) Current (us) Change Status
total/main/blake2b_huff/8415nulls 1.66 1.51 -9.3% PASS
total/main/blake2b_huff/empty 0.03 0.02 -7.8% PASS
total/main/blake2b_shifts/8415nulls 13.11 11.98 -8.6% PASS
total/main/sha1_divs/5311 5.74 5.17 -9.9% PASS
total/main/sha1_divs/empty 0.07 0.07 +0.8% PASS
total/main/sha1_shifts/5311 3.18 3.08 -3.1% PASS
total/main/sha1_shifts/empty 0.04 0.04 -1.2% PASS
total/main/snailtracer/benchmark 54.34 56.75 +4.4% PASS
total/main/structarray_alloc/nfts_rank 1.12 1.04 -7.7% PASS
total/main/swap_math/insufficient_liquidity 0.00 0.00 -8.6% PASS
total/main/swap_math/received 0.01 0.01 -6.5% PASS
total/main/swap_math/spent 0.00 0.00 -8.0% PASS
total/main/weierstrudel/1 0.29 0.29 -1.3% PASS
total/main/weierstrudel/15 3.34 3.15 -5.6% PASS
total/micro/JUMPDEST_n0/empty 1.66 1.31 -21.5% PASS
total/micro/jump_around/empty 0.08 0.09 +15.5% PASS
total/micro/loop_with_many_jumpdests/empty 25.35 19.95 -21.3% PASS
total/micro/memory_grow_mload/by1 0.08 0.09 +10.6% PASS
total/micro/memory_grow_mload/by16 0.10 0.11 +6.4% PASS
total/micro/memory_grow_mload/by32 0.12 0.12 +6.1% PASS
total/micro/memory_grow_mload/nogrow 0.08 0.09 +13.9% PASS
total/micro/memory_grow_mstore/by1 0.11 0.10 -11.9% PASS
total/micro/memory_grow_mstore/by16 0.13 0.11 -12.9% PASS
total/micro/memory_grow_mstore/by32 0.14 0.12 -12.1% PASS
total/micro/memory_grow_mstore/nogrow 0.11 0.09 -13.1% PASS
total/micro/signextend/one 0.26 0.24 -9.1% PASS
total/micro/signextend/zero 0.26 0.24 -8.5% PASS
total/synth/ADD/b0 2.22 4.09 +84.1% PASS
total/synth/ADD/b1 2.22 1.98 -10.7% PASS
total/synth/ADDRESS/a0 5.52 4.84 -12.5% PASS
total/synth/ADDRESS/a1 5.79 5.44 -6.1% PASS
total/synth/AND/b0 1.85 1.64 -11.4% PASS
total/synth/AND/b1 1.87 1.71 -8.6% PASS
total/synth/BYTE/b0 6.84 6.28 -8.2% PASS
total/synth/BYTE/b1 5.40 4.81 -10.9% PASS
total/synth/CALLDATASIZE/a0 3.45 3.31 -4.1% PASS
total/synth/CALLDATASIZE/a1 4.17 3.76 -9.7% PASS
total/synth/CALLER/a0 5.54 4.85 -12.5% PASS
total/synth/CALLER/a1 6.00 5.46 -9.0% PASS
total/synth/CALLVALUE/a0 3.20 3.27 +2.2% PASS
total/synth/CALLVALUE/a1 2.87 3.61 +25.6% PASS
total/synth/CODESIZE/a0 3.61 3.51 -2.9% PASS
total/synth/CODESIZE/a1 3.81 3.85 +1.2% PASS
total/synth/DUP1/d0 1.21 2.98 +146.9% PASS
total/synth/DUP1/d1 1.39 1.39 +0.6% PASS
total/synth/DUP10/d0 1.22 4.89 +300.8% PASS
total/synth/DUP10/d1 0.98 1.39 +41.8% PASS
total/synth/DUP11/d0 1.22 5.21 +326.9% PASS
total/synth/DUP11/d1 0.99 1.15 +17.2% PASS
total/synth/DUP12/d0 1.29 5.21 +303.7% PASS
total/synth/DUP12/d1 0.93 1.39 +49.6% PASS
total/synth/DUP13/d0 0.95 3.68 +287.0% PASS
total/synth/DUP13/d1 0.93 1.17 +25.3% PASS
total/synth/DUP14/d0 1.21 5.27 +336.6% PASS
total/synth/DUP14/d1 1.06 1.15 +8.9% PASS
total/synth/DUP15/d0 1.29 5.27 +309.3% PASS
total/synth/DUP15/d1 1.02 1.19 +16.5% PASS
total/synth/DUP16/d0 1.28 5.27 +310.4% PASS
total/synth/DUP16/d1 0.93 1.16 +24.0% PASS
total/synth/DUP2/d0 0.99 5.23 +428.9% PASS
total/synth/DUP2/d1 0.93 1.16 +24.2% PASS
total/synth/DUP3/d0 1.29 3.67 +184.0% PASS
total/synth/DUP3/d1 1.02 1.15 +13.7% PASS
total/synth/DUP4/d0 1.21 5.24 +334.9% PASS
total/synth/DUP4/d1 0.93 1.15 +24.1% PASS
total/synth/DUP5/d0 1.02 5.23 +414.9% PASS
total/synth/DUP5/d1 1.00 1.16 +15.6% PASS
total/synth/DUP6/d0 1.11 3.97 +257.0% PASS
total/synth/DUP6/d1 1.00 1.16 +16.0% PASS
total/synth/DUP7/d0 1.21 5.22 +331.0% PASS
total/synth/DUP7/d1 0.73 1.16 +57.7% PASS
total/synth/DUP8/d0 1.29 5.21 +304.3% PASS
total/synth/DUP8/d1 1.00 1.16 +15.6% PASS
total/synth/DUP9/d0 1.15 2.80 +142.7% PASS
total/synth/DUP9/d1 0.75 1.15 +54.3% PASS
total/synth/EQ/b0 3.13 2.70 -13.9% PASS
total/synth/EQ/b1 1.44 1.31 -9.0% PASS
total/synth/GAS/a0 3.62 3.75 +3.5% PASS
total/synth/GAS/a1 3.66 3.78 +3.1% PASS
total/synth/GT/b0 3.03 2.61 -13.7% PASS
total/synth/GT/b1 1.39 1.56 +12.0% PASS
total/synth/ISZERO/u0 0.94 1.14 +21.3% PASS
total/synth/JUMPDEST/n0 1.67 1.31 -21.6% PASS
total/synth/LT/b0 2.99 2.61 -12.7% PASS
total/synth/LT/b1 1.39 1.56 +12.0% PASS
total/synth/MSIZE/a0 4.90 4.24 -13.4% PASS
total/synth/MSIZE/a1 5.01 4.83 -3.5% PASS
total/synth/MUL/b0 6.21 5.32 -14.3% PASS
total/synth/MUL/b1 6.26 5.38 -14.1% PASS
total/synth/NOT/u0 1.83 1.66 -9.6% PASS
total/synth/OR/b0 1.92 1.64 -14.7% PASS
total/synth/OR/b1 1.87 1.71 -8.4% PASS
total/synth/PC/a0 3.64 3.15 -13.3% PASS
total/synth/PC/a1 4.37 4.15 -5.0% PASS
total/synth/PUSH1/p0 1.20 1.31 +9.0% PASS
total/synth/PUSH1/p1 1.03 1.35 +31.5% PASS
total/synth/PUSH10/p0 0.93 1.31 +40.2% PASS
total/synth/PUSH10/p1 1.05 1.37 +31.2% PASS
total/synth/PUSH11/p0 0.95 1.31 +37.8% PASS
total/synth/PUSH11/p1 1.08 1.36 +26.3% PASS
total/synth/PUSH12/p0 1.20 1.23 +2.4% PASS
total/synth/PUSH12/p1 1.07 1.38 +28.9% PASS
total/synth/PUSH13/p0 1.20 1.31 +9.0% PASS
total/synth/PUSH13/p1 1.08 1.36 +25.1% PASS
total/synth/PUSH14/p0 1.20 1.21 +0.5% PASS
total/synth/PUSH14/p1 1.10 1.35 +23.3% PASS
total/synth/PUSH15/p0 0.93 1.26 +35.3% PASS
total/synth/PUSH15/p1 1.06 1.44 +35.4% PASS
total/synth/PUSH16/p0 1.20 1.32 +9.4% PASS
total/synth/PUSH16/p1 1.06 1.37 +29.0% PASS
total/synth/PUSH17/p0 1.20 1.08 -10.0% PASS
total/synth/PUSH17/p1 1.06 1.35 +27.2% PASS
total/synth/PUSH18/p0 1.01 1.32 +29.9% PASS
total/synth/PUSH18/p1 1.05 1.36 +29.8% PASS
total/synth/PUSH19/p0 1.20 1.23 +2.4% PASS
total/synth/PUSH19/p1 1.07 1.37 +28.6% PASS
total/synth/PUSH2/p0 1.13 1.07 -5.0% PASS
total/synth/PUSH2/p1 1.03 1.35 +31.3% PASS
total/synth/PUSH20/p0 1.20 1.32 +9.3% PASS
total/synth/PUSH20/p1 1.23 1.13 -7.8% PASS
total/synth/PUSH21/p0 1.20 1.07 -10.7% PASS
total/synth/PUSH21/p1 1.08 1.37 +26.3% PASS
total/synth/PUSH22/p0 1.20 1.28 +6.3% PASS
total/synth/PUSH22/p1 1.06 1.38 +30.0% PASS
total/synth/PUSH23/p0 1.20 1.31 +8.9% PASS
total/synth/PUSH23/p1 1.08 1.37 +26.9% PASS
total/synth/PUSH24/p0 0.93 1.07 +15.5% PASS
total/synth/PUSH24/p1 1.06 1.37 +29.6% PASS
total/synth/PUSH25/p0 1.21 1.23 +2.3% PASS
total/synth/PUSH25/p1 1.05 1.39 +31.9% PASS
total/synth/PUSH26/p0 0.94 1.23 +31.6% PASS
total/synth/PUSH26/p1 1.06 1.36 +28.1% PASS
total/synth/PUSH27/p0 0.93 1.31 +41.4% PASS
total/synth/PUSH27/p1 1.10 1.37 +25.4% PASS
total/synth/PUSH28/p0 1.20 1.31 +8.9% PASS
total/synth/PUSH28/p1 1.11 1.38 +24.2% PASS
total/synth/PUSH29/p0 1.20 1.24 +2.7% PASS
total/synth/PUSH29/p1 1.11 1.37 +24.3% PASS
total/synth/PUSH3/p0 0.93 1.23 +31.9% PASS
total/synth/PUSH3/p1 1.05 1.35 +28.7% PASS
total/synth/PUSH30/p0 1.21 1.25 +3.7% PASS
total/synth/PUSH30/p1 1.13 1.38 +22.5% PASS
total/synth/PUSH31/p0 1.20 1.23 +2.5% PASS
total/synth/PUSH31/p1 1.16 1.49 +29.0% PASS
total/synth/PUSH32/p0 1.21 1.31 +8.8% PASS
total/synth/PUSH32/p1 1.07 1.39 +30.4% PASS
total/synth/PUSH4/p0 1.20 1.31 +9.0% PASS
total/synth/PUSH4/p1 1.06 1.35 +28.3% PASS
total/synth/PUSH5/p0 0.93 1.31 +41.3% PASS
total/synth/PUSH5/p1 1.04 1.37 +31.3% PASS
total/synth/PUSH6/p0 1.20 1.25 +4.0% PASS
total/synth/PUSH6/p1 1.05 1.36 +30.0% PASS
total/synth/PUSH7/p0 0.93 1.23 +32.0% PASS
total/synth/PUSH7/p1 1.06 1.38 +30.4% PASS
total/synth/PUSH8/p0 1.20 1.32 +9.3% PASS
total/synth/PUSH8/p1 1.05 1.14 +9.3% PASS
total/synth/PUSH9/p0 1.20 0.99 -17.8% PASS
total/synth/PUSH9/p1 1.07 1.35 +26.7% PASS
total/synth/RETURNDATASIZE/a0 3.69 3.59 -2.8% PASS
total/synth/RETURNDATASIZE/a1 3.79 3.94 +3.9% PASS
total/synth/SAR/b0 4.34 3.77 -13.1% PASS
total/synth/SAR/b1 4.89 4.27 -12.6% PASS
total/synth/SGT/b0 3.03 2.60 -14.3% PASS
total/synth/SGT/b1 1.49 1.72 +15.2% PASS
total/synth/SHL/b0 3.52 3.05 -13.4% PASS
total/synth/SHL/b1 1.64 1.78 +8.4% PASS
total/synth/SHR/b0 3.44 3.11 -9.7% PASS
total/synth/SHR/b1 1.62 1.66 +2.6% PASS
total/synth/SIGNEXTEND/b0 3.53 3.42 -3.3% PASS
total/synth/SIGNEXTEND/b1 3.42 3.45 +0.8% PASS
total/synth/SLT/b0 3.01 2.60 -13.6% PASS
total/synth/SLT/b1 1.49 1.71 +15.2% PASS
total/synth/SUB/b0 2.22 1.97 -11.5% PASS
total/synth/SUB/b1 2.22 1.99 -10.5% PASS
total/synth/SWAP1/s0 1.67 1.80 +7.7% PASS
total/synth/SWAP10/s0 1.68 1.81 +7.7% PASS
total/synth/SWAP11/s0 1.69 1.82 +7.8% PASS
total/synth/SWAP12/s0 1.68 1.82 +7.9% PASS
total/synth/SWAP13/s0 1.69 1.82 +7.7% PASS
total/synth/SWAP14/s0 1.68 1.82 +7.9% PASS
total/synth/SWAP15/s0 1.69 1.82 +7.9% PASS
total/synth/SWAP16/s0 1.69 1.83 +8.4% PASS
total/synth/SWAP2/s0 1.67 1.80 +7.8% PASS
total/synth/SWAP3/s0 1.67 1.80 +7.7% PASS
total/synth/SWAP4/s0 1.67 1.80 +7.6% PASS
total/synth/SWAP5/s0 1.67 1.81 +7.9% PASS
total/synth/SWAP6/s0 1.68 1.81 +7.9% PASS
total/synth/SWAP7/s0 1.68 1.81 +8.1% PASS
total/synth/SWAP8/s0 1.68 1.81 +7.8% PASS
total/synth/SWAP9/s0 1.68 1.81 +7.8% PASS
total/synth/XOR/b0 1.74 1.55 -11.3% PASS
total/synth/XOR/b1 1.75 1.55 -11.3% PASS
total/synth/loop_v1 5.25 4.83 -8.0% PASS
total/synth/loop_v2 5.26 4.79 -8.8% PASS

Summary: 194 benchmarks, 0 regressions


✅ Performance Check Passed (multipass)

Performance Benchmark Results (threshold: 25%)

Benchmark Baseline (us) Current (us) Change Status
total/main/blake2b_huff/8415nulls 1.71 1.55 -9.4% PASS
total/main/blake2b_huff/empty 0.07 0.07 -2.7% PASS
total/main/blake2b_shifts/8415nulls 5.24 5.19 -1.0% PASS
total/main/sha1_divs/5311 1.90 1.90 -0.5% PASS
total/main/sha1_divs/empty 0.03 0.03 +0.4% PASS
total/main/sha1_shifts/5311 2.77 2.76 -0.4% PASS
total/main/sha1_shifts/empty 0.04 0.04 +0.8% PASS
total/main/snailtracer/benchmark 54.34 58.54 +7.7% PASS
total/main/structarray_alloc/nfts_rank 0.29 0.29 +0.5% PASS
total/main/swap_math/insufficient_liquidity 0.02 0.02 +4.9% PASS
total/main/swap_math/received 0.02 0.02 +4.4% PASS
total/main/swap_math/spent 0.02 0.02 +4.8% PASS
total/main/weierstrudel/1 0.36 0.37 +0.8% PASS
total/main/weierstrudel/15 3.26 3.24 -0.7% PASS
total/micro/JUMPDEST_n0/empty 0.13 0.13 +0.1% PASS
total/micro/jump_around/empty 0.63 0.63 +0.1% PASS
total/micro/loop_with_many_jumpdests/empty 1.96 1.96 -0.1% PASS
total/micro/memory_grow_mload/by1 0.18 0.19 +5.3% PASS
total/micro/memory_grow_mload/by16 0.20 0.20 +2.9% PASS
total/micro/memory_grow_mload/by32 0.21 0.22 +0.7% PASS
total/micro/memory_grow_mload/nogrow 0.18 0.19 +3.4% PASS
total/micro/memory_grow_mstore/by1 0.20 0.19 -2.5% PASS
total/micro/memory_grow_mstore/by16 0.21 0.20 -3.9% PASS
total/micro/memory_grow_mstore/by32 0.23 0.22 -4.1% PASS
total/micro/memory_grow_mstore/nogrow 0.20 0.19 -4.0% PASS
total/micro/signextend/one 0.36 0.35 -1.5% PASS
total/micro/signextend/zero 0.36 0.35 -1.8% PASS
total/synth/ADD/b0 0.01 0.01 +2.6% PASS
total/synth/ADD/b1 0.01 0.01 +2.7% PASS
total/synth/ADDRESS/a0 0.16 0.16 -0.3% PASS
total/synth/ADDRESS/a1 0.16 0.16 -0.2% PASS
total/synth/AND/b0 0.01 0.01 +2.9% PASS
total/synth/AND/b1 0.01 0.01 +2.6% PASS
total/synth/BYTE/b0 1.96 1.95 -0.6% PASS
total/synth/BYTE/b1 2.34 2.32 -0.7% PASS
total/synth/CALLDATASIZE/a0 0.08 0.08 +2.7% PASS
total/synth/CALLDATASIZE/a1 0.08 0.08 +3.2% PASS
total/synth/CALLER/a0 0.16 0.16 -0.0% PASS
total/synth/CALLER/a1 0.16 0.16 -0.2% PASS
total/synth/CALLVALUE/a0 0.28 0.28 -0.1% PASS
total/synth/CALLVALUE/a1 0.28 0.28 -0.1% PASS
total/synth/CODESIZE/a0 0.08 0.08 +0.2% PASS
total/synth/CODESIZE/a1 0.08 0.08 +0.3% PASS
total/synth/DUP1/d0 0.01 0.01 +2.4% PASS
total/synth/DUP1/d1 0.01 0.01 +2.8% PASS
total/synth/DUP10/d0 0.01 0.01 +2.7% PASS
total/synth/DUP10/d1 0.01 0.01 +2.6% PASS
total/synth/DUP11/d0 0.01 0.01 +2.3% PASS
total/synth/DUP11/d1 0.01 0.01 +2.6% PASS
total/synth/DUP12/d0 0.01 0.01 +2.5% PASS
total/synth/DUP12/d1 0.01 0.01 +2.6% PASS
total/synth/DUP13/d0 0.01 0.01 +2.6% PASS
total/synth/DUP13/d1 0.01 0.01 +2.6% PASS
total/synth/DUP14/d0 0.01 0.01 +2.5% PASS
total/synth/DUP14/d1 0.01 0.01 +2.5% PASS
total/synth/DUP15/d0 0.01 0.01 +2.8% PASS
total/synth/DUP15/d1 0.01 0.01 +3.0% PASS
total/synth/DUP16/d0 0.01 0.01 +2.7% PASS
total/synth/DUP16/d1 0.01 0.01 +2.6% PASS
total/synth/DUP2/d0 0.01 0.01 +2.9% PASS
total/synth/DUP2/d1 0.01 0.01 +2.4% PASS
total/synth/DUP3/d0 0.01 0.01 +2.6% PASS
total/synth/DUP3/d1 0.01 0.01 +2.5% PASS
total/synth/DUP4/d0 0.01 0.01 +2.7% PASS
total/synth/DUP4/d1 0.01 0.01 +2.8% PASS
total/synth/DUP5/d0 0.01 0.01 +2.7% PASS
total/synth/DUP5/d1 0.01 0.01 +2.7% PASS
total/synth/DUP6/d0 0.01 0.01 +2.7% PASS
total/synth/DUP6/d1 0.01 0.01 +2.7% PASS
total/synth/DUP7/d0 0.01 0.01 +2.8% PASS
total/synth/DUP7/d1 0.01 0.01 +2.7% PASS
total/synth/DUP8/d0 0.01 0.01 +2.6% PASS
total/synth/DUP8/d1 0.01 0.01 +2.6% PASS
total/synth/DUP9/d0 0.01 0.01 +2.6% PASS
total/synth/DUP9/d1 0.01 0.01 +2.6% PASS
total/synth/EQ/b0 0.01 0.01 +2.6% PASS
total/synth/EQ/b1 0.01 0.01 +2.5% PASS
total/synth/GAS/a0 0.80 0.80 -0.2% PASS
total/synth/GAS/a1 0.77 0.77 -0.2% PASS
total/synth/GT/b0 0.01 0.01 +2.6% PASS
total/synth/GT/b1 0.01 0.01 +2.6% PASS
total/synth/ISZERO/u0 0.01 0.01 +5.5% PASS
total/synth/JUMPDEST/n0 0.14 0.13 -0.3% PASS
total/synth/LT/b0 0.01 0.01 +2.2% PASS
total/synth/LT/b1 0.01 0.01 +2.7% PASS
total/synth/MSIZE/a0 0.01 0.01 +5.1% PASS
total/synth/MSIZE/a1 0.01 0.01 +5.4% PASS
total/synth/MUL/b0 0.01 0.01 +2.5% PASS
total/synth/MUL/b1 0.01 0.01 +2.6% PASS
total/synth/NOT/u0 0.01 0.01 +5.3% PASS
total/synth/OR/b0 0.01 0.01 +2.5% PASS
total/synth/OR/b1 0.01 0.01 +2.7% PASS
total/synth/PC/a0 0.01 0.01 +5.2% PASS
total/synth/PC/a1 0.01 0.01 +5.2% PASS
total/synth/PUSH1/p0 0.01 0.01 +5.0% PASS
total/synth/PUSH1/p1 0.01 0.01 +5.7% PASS
total/synth/PUSH10/p0 0.01 0.01 +5.0% PASS
total/synth/PUSH10/p1 0.01 0.01 +5.6% PASS
total/synth/PUSH11/p0 0.01 0.01 +5.4% PASS
total/synth/PUSH11/p1 0.01 0.01 +5.7% PASS
total/synth/PUSH12/p0 0.01 0.01 +5.3% PASS
total/synth/PUSH12/p1 0.01 0.01 +5.5% PASS
total/synth/PUSH13/p0 0.01 0.01 +4.6% PASS
total/synth/PUSH13/p1 0.01 0.01 +5.6% PASS
total/synth/PUSH14/p0 0.01 0.01 +5.2% PASS
total/synth/PUSH14/p1 0.01 0.01 +5.6% PASS
total/synth/PUSH15/p0 0.01 0.01 +5.4% PASS
total/synth/PUSH15/p1 0.01 0.01 +5.3% PASS
total/synth/PUSH16/p0 0.01 0.01 +5.5% PASS
total/synth/PUSH16/p1 0.01 0.01 +5.3% PASS
total/synth/PUSH17/p0 0.01 0.01 +5.4% PASS
total/synth/PUSH17/p1 0.01 0.01 +5.4% PASS
total/synth/PUSH18/p0 0.01 0.01 +5.4% PASS
total/synth/PUSH18/p1 0.01 0.01 +5.4% PASS
total/synth/PUSH19/p0 0.01 0.01 +5.0% PASS
total/synth/PUSH19/p1 0.01 0.01 +5.3% PASS
total/synth/PUSH2/p0 0.01 0.01 +5.0% PASS
total/synth/PUSH2/p1 0.01 0.01 +5.4% PASS
total/synth/PUSH20/p0 0.01 0.01 +4.7% PASS
total/synth/PUSH20/p1 0.01 0.01 +5.7% PASS
total/synth/PUSH21/p0 0.01 0.01 +5.5% PASS
total/synth/PUSH21/p1 0.01 0.01 +5.6% PASS
total/synth/PUSH22/p0 1.08 1.33 +23.3% PASS
total/synth/PUSH22/p1 1.25 1.17 -6.3% PASS
total/synth/PUSH23/p0 1.08 1.33 +23.3% PASS
total/synth/PUSH23/p1 1.26 1.16 -7.6% PASS
total/synth/PUSH24/p0 1.08 1.33 +23.3% PASS
total/synth/PUSH24/p1 1.25 1.17 -6.6% PASS
total/synth/PUSH25/p0 1.08 1.33 +22.9% PASS
total/synth/PUSH25/p1 1.23 1.16 -5.8% PASS
total/synth/PUSH26/p0 1.08 1.32 +22.4% PASS
total/synth/PUSH26/p1 1.29 1.18 -8.5% PASS
total/synth/PUSH27/p0 1.08 1.33 +23.1% PASS
total/synth/PUSH27/p1 1.24 1.16 -6.0% PASS
total/synth/PUSH28/p0 1.08 1.33 +23.0% PASS
total/synth/PUSH28/p1 1.25 1.16 -7.1% PASS
total/synth/PUSH29/p0 1.08 1.33 +23.5% PASS
total/synth/PUSH29/p1 1.25 1.20 -3.5% PASS
total/synth/PUSH3/p0 0.01 0.01 +5.5% PASS
total/synth/PUSH3/p1 0.01 0.01 +5.7% PASS
total/synth/PUSH30/p0 1.09 1.31 +20.5% PASS
total/synth/PUSH30/p1 1.24 1.20 -3.4% PASS
total/synth/PUSH31/p0 1.08 1.33 +22.9% PASS
total/synth/PUSH31/p1 1.33 1.32 -0.7% PASS
total/synth/PUSH32/p0 1.08 1.33 +22.7% PASS
total/synth/PUSH32/p1 1.25 1.19 -5.1% PASS
total/synth/PUSH4/p0 0.01 0.01 +5.2% PASS
total/synth/PUSH4/p1 0.01 0.01 +5.6% PASS
total/synth/PUSH5/p0 0.01 0.01 +5.0% PASS
total/synth/PUSH5/p1 0.01 0.01 +5.4% PASS
total/synth/PUSH6/p0 0.01 0.01 +5.2% PASS
total/synth/PUSH6/p1 0.01 0.01 +5.2% PASS
total/synth/PUSH7/p0 0.01 0.01 +5.1% PASS
total/synth/PUSH7/p1 0.01 0.01 +5.3% PASS
total/synth/PUSH8/p0 0.01 0.01 +5.2% PASS
total/synth/PUSH8/p1 0.01 0.01 +5.3% PASS
total/synth/PUSH9/p0 0.01 0.01 +5.2% PASS
total/synth/PUSH9/p1 0.01 0.01 +5.6% PASS
total/synth/RETURNDATASIZE/a0 0.53 0.53 -0.9% PASS
total/synth/RETURNDATASIZE/a1 0.49 0.49 -0.4% PASS
total/synth/SAR/b0 7.19 3.78 -47.4% PASS
total/synth/SAR/b1 4.33 4.28 -1.3% PASS
total/synth/SGT/b0 0.01 0.01 +2.7% PASS
total/synth/SGT/b1 0.01 0.01 +2.7% PASS
total/synth/SHL/b0 3.08 3.06 -0.5% PASS
total/synth/SHL/b1 1.65 1.69 +2.7% PASS
total/synth/SHR/b0 3.12 3.10 -0.7% PASS
total/synth/SHR/b1 1.53 1.64 +7.3% PASS
total/synth/SIGNEXTEND/b0 8.08 3.11 -61.5% PASS
total/synth/SIGNEXTEND/b1 4.14 3.32 -19.7% PASS
total/synth/SLT/b0 0.01 0.01 +2.6% PASS
total/synth/SLT/b1 0.01 0.01 +2.5% PASS
total/synth/SUB/b0 0.01 0.01 +2.3% PASS
total/synth/SUB/b1 0.01 0.01 +2.3% PASS
total/synth/SWAP1/s0 0.01 0.01 +0.1% PASS
total/synth/SWAP10/s0 0.01 0.01 -0.2% PASS
total/synth/SWAP11/s0 0.01 0.01 -0.1% PASS
total/synth/SWAP12/s0 0.01 0.01 -0.1% PASS
total/synth/SWAP13/s0 0.01 0.01 -0.2% PASS
total/synth/SWAP14/s0 0.01 0.01 +0.2% PASS
total/synth/SWAP15/s0 0.01 0.01 -0.4% PASS
total/synth/SWAP16/s0 0.01 0.01 -0.1% PASS
total/synth/SWAP2/s0 0.01 0.01 -0.0% PASS
total/synth/SWAP3/s0 0.01 0.01 -0.2% PASS
total/synth/SWAP4/s0 0.01 0.01 -0.2% PASS
total/synth/SWAP5/s0 0.01 0.01 -0.2% PASS
total/synth/SWAP6/s0 0.01 0.01 -0.1% PASS
total/synth/SWAP7/s0 0.01 0.01 -0.1% PASS
total/synth/SWAP8/s0 0.01 0.01 -0.1% PASS
total/synth/SWAP9/s0 0.01 0.01 -0.1% PASS
total/synth/XOR/b0 0.01 0.01 +2.6% PASS
total/synth/XOR/b1 0.01 0.01 +2.3% PASS
total/synth/loop_v1 1.42 1.42 +0.1% PASS
total/synth/loop_v2 1.34 1.34 +0.1% PASS

Summary: 194 benchmarks, 0 regressions


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants