Skip to content

perf(evm): elide statically empty copy codegen#556

Open
ECNUyhy wants to merge 1 commit into
DTVMStack:mainfrom
ECNUyhy:codex/evm-static-empty-copy-codegen
Open

perf(evm): elide statically empty copy codegen#556
ECNUyhy wants to merge 1 commit into
DTVMStack:mainfrom
ECNUyhy:codex/evm-static-empty-copy-codegen

Conversation

@ECNUyhy

@ECNUyhy ECNUyhy commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Return early from JIT lowering for compile-time zero-length MCOPY and lower compile-time zero-size EXTCODECOPY to an account-access-only runtime helper.

Avoid emitting dynamic zero-length copy branches, memory expansion and copy-gas IR, runtime copy calls, and memory-size reloads for statically empty copy operations while preserving EIP-2929 account access charging for EXTCODECOPY.

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

Return early from JIT lowering for compile-time zero-length MCOPY and lower compile-time zero-size EXTCODECOPY to an account-access-only runtime helper.

Avoid emitting dynamic zero-length copy branches, memory expansion and copy-gas IR, runtime copy calls, and memory-size reloads for statically empty copy operations while preserving EIP-2929 account access charging for EXTCODECOPY.
@github-actions

Copy link
Copy Markdown

⚡ 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 2.47 2.44 -1.3% PASS
total/main/blake2b_huff/empty 0.04 0.04 +2.2% PASS
total/main/blake2b_shifts/8415nulls 13.77 14.01 +1.8% PASS
total/main/sha1_divs/5311 8.22 8.00 -2.6% PASS
total/main/sha1_divs/empty 0.10 0.10 +2.2% PASS
total/main/sha1_shifts/5311 5.43 5.43 -0.1% PASS
total/main/sha1_shifts/empty 0.04 0.04 -0.3% PASS
total/main/snailtracer/benchmark 92.50 88.65 -4.2% PASS
total/main/structarray_alloc/nfts_rank 1.15 1.14 -1.4% PASS
total/main/swap_math/insufficient_liquidity 0.00 0.00 -0.5% PASS
total/main/swap_math/received 0.01 0.01 -2.7% PASS
total/main/swap_math/spent 0.01 0.01 -0.8% PASS
total/main/weierstrudel/1 0.33 0.32 -2.0% PASS
total/main/weierstrudel/15 3.45 3.32 -3.9% PASS
total/micro/JUMPDEST_n0/empty 2.81 2.64 -6.0% PASS
total/micro/jump_around/empty 0.11 0.11 +2.6% PASS
total/micro/loop_with_many_jumpdests/empty 69.01 69.76 +1.1% PASS
total/micro/memory_grow_mload/by1 0.18 0.17 -8.1% PASS
total/micro/memory_grow_mload/by16 0.19 0.19 -2.4% PASS
total/micro/memory_grow_mload/by32 0.12 0.11 -1.2% PASS
total/micro/memory_grow_mload/nogrow 0.08 0.08 +1.8% PASS
total/micro/memory_grow_mstore/by1 0.19 0.19 +0.2% PASS
total/micro/memory_grow_mstore/by16 0.11 0.11 -2.3% PASS
total/micro/memory_grow_mstore/by32 0.24 0.24 +1.0% PASS
total/micro/memory_grow_mstore/nogrow 0.18 0.18 -1.3% PASS
total/micro/signextend/one 0.26 0.26 +0.1% PASS
total/micro/signextend/zero 0.49 0.50 +2.1% PASS
total/synth/ADD/b0 2.02 2.31 +14.1% PASS
total/synth/ADD/b1 2.83 2.80 -0.9% PASS
total/synth/ADDRESS/a0 6.04 6.25 +3.5% PASS
total/synth/ADDRESS/a1 5.11 5.10 -0.3% PASS
total/synth/AND/b0 2.11 2.16 +2.0% PASS
total/synth/AND/b1 2.48 2.34 -5.6% PASS
total/synth/BYTE/b0 6.22 6.15 -1.1% PASS
total/synth/BYTE/b1 8.59 8.29 -3.4% PASS
total/synth/CALLDATASIZE/a0 5.50 5.21 -5.2% PASS
total/synth/CALLDATASIZE/a1 3.35 3.37 +0.6% PASS
total/synth/CALLER/a0 5.97 5.91 -0.9% PASS
total/synth/CALLER/a1 6.29 6.28 -0.1% PASS
total/synth/CALLVALUE/a0 3.27 3.52 +7.7% PASS
total/synth/CALLVALUE/a1 5.96 6.22 +4.3% PASS
total/synth/CODESIZE/a0 6.02 6.00 -0.3% PASS
total/synth/CODESIZE/a1 5.92 5.89 -0.4% PASS
total/synth/DUP1/d0 1.63 1.48 -9.5% PASS
total/synth/DUP1/d1 1.77 1.80 +1.6% PASS
total/synth/DUP10/d0 1.67 1.53 -8.8% PASS
total/synth/DUP10/d1 1.80 1.78 -1.2% PASS
total/synth/DUP11/d0 1.15 0.85 -26.5% PASS
total/synth/DUP11/d1 1.56 1.82 +17.0% PASS
total/synth/DUP12/d0 1.58 1.62 +2.3% PASS
total/synth/DUP12/d1 1.11 1.10 -1.1% PASS
total/synth/DUP13/d0 1.53 1.57 +3.1% PASS
total/synth/DUP13/d1 1.88 1.78 -5.4% PASS
total/synth/DUP14/d0 1.17 1.06 -9.5% PASS
total/synth/DUP14/d1 1.80 1.71 -4.9% PASS
total/synth/DUP15/d0 1.62 1.54 -4.5% PASS
total/synth/DUP15/d1 1.17 1.08 -7.5% PASS
total/synth/DUP16/d0 1.57 1.68 +6.8% PASS
total/synth/DUP16/d1 1.77 1.73 -2.5% PASS
total/synth/DUP2/d0 1.14 0.83 -27.8% PASS
total/synth/DUP2/d1 1.81 1.87 +3.3% PASS
total/synth/DUP3/d0 1.80 1.65 -8.5% PASS
total/synth/DUP3/d1 1.16 1.08 -7.2% PASS
total/synth/DUP4/d0 1.68 1.55 -7.8% PASS
total/synth/DUP4/d1 1.75 1.78 +1.8% PASS
total/synth/DUP5/d0 1.15 1.06 -7.8% PASS
total/synth/DUP5/d1 1.85 1.72 -6.8% PASS
total/synth/DUP6/d0 1.59 1.58 -1.0% PASS
total/synth/DUP6/d1 1.17 1.09 -6.7% PASS
total/synth/DUP7/d0 1.65 1.57 -4.7% PASS
total/synth/DUP7/d1 1.72 1.76 +2.8% PASS
total/synth/DUP8/d0 1.16 0.85 -26.4% PASS
total/synth/DUP8/d1 1.91 1.80 -6.0% PASS
total/synth/DUP9/d0 1.52 1.69 +11.3% PASS
total/synth/DUP9/d1 1.16 1.10 -5.2% PASS
total/synth/EQ/b0 4.55 4.52 -0.6% PASS
total/synth/EQ/b1 4.95 4.73 -4.5% PASS
total/synth/GAS/a0 3.76 3.86 +2.5% PASS
total/synth/GAS/a1 7.06 6.90 -2.4% PASS
total/synth/GT/b0 4.84 4.82 -0.4% PASS
total/synth/GT/b1 4.97 4.96 -0.2% PASS
total/synth/ISZERO/u0 7.09 7.07 -0.3% PASS
total/synth/JUMPDEST/n0 2.81 2.64 -6.1% PASS
total/synth/LT/b0 4.81 4.81 +0.1% PASS
total/synth/LT/b1 4.32 4.34 +0.7% PASS
total/synth/MSIZE/a0 5.39 5.32 -1.2% PASS
total/synth/MSIZE/a1 5.71 5.68 -0.7% PASS
total/synth/MUL/b0 5.50 5.59 +1.6% PASS
total/synth/MUL/b1 5.20 5.34 +2.7% PASS
total/synth/NOT/u0 2.09 1.85 -11.6% PASS
total/synth/OR/b0 2.34 2.14 -8.8% PASS
total/synth/OR/b1 1.68 1.78 +5.9% PASS
total/synth/PC/a0 5.59 5.31 -5.1% PASS
total/synth/PC/a1 3.37 3.47 +3.1% PASS
total/synth/PUSH1/p0 1.83 1.86 +1.6% PASS
total/synth/PUSH1/p1 1.64 1.63 -0.2% PASS
total/synth/PUSH10/p0 2.04 1.82 -11.1% PASS
total/synth/PUSH10/p1 1.64 1.64 +0.2% PASS
total/synth/PUSH11/p0 1.80 1.78 -1.2% PASS
total/synth/PUSH11/p1 2.13 2.21 +4.1% PASS
total/synth/PUSH12/p0 1.21 1.20 -0.7% PASS
total/synth/PUSH12/p1 2.34 2.04 -12.6% PASS
total/synth/PUSH13/p0 1.83 1.82 -0.2% PASS
total/synth/PUSH13/p1 1.63 1.64 +0.2% PASS
total/synth/PUSH14/p0 1.93 1.94 +0.5% PASS
total/synth/PUSH14/p1 2.15 2.31 +7.4% PASS
total/synth/PUSH15/p0 1.20 1.20 +0.2% PASS
total/synth/PUSH15/p1 2.36 2.58 +9.3% PASS
total/synth/PUSH16/p0 1.83 1.81 -1.4% PASS
total/synth/PUSH16/p1 1.64 1.65 +0.4% PASS
total/synth/PUSH17/p0 1.90 1.82 -3.9% PASS
total/synth/PUSH17/p1 2.02 2.05 +1.3% PASS
total/synth/PUSH18/p0 1.20 1.20 -0.0% PASS
total/synth/PUSH18/p1 2.01 2.13 +6.1% PASS
total/synth/PUSH19/p0 1.79 1.93 +7.6% PASS
total/synth/PUSH19/p1 1.64 1.64 +0.1% PASS
total/synth/PUSH2/p0 1.78 2.01 +12.6% PASS
total/synth/PUSH2/p1 2.19 1.95 -10.7% PASS
total/synth/PUSH20/p0 1.92 1.78 -7.1% PASS
total/synth/PUSH20/p1 2.16 2.01 -7.0% PASS
total/synth/PUSH21/p0 1.20 1.20 +0.2% PASS
total/synth/PUSH21/p1 2.14 2.00 -6.5% PASS
total/synth/PUSH22/p0 1.83 1.91 +4.4% PASS
total/synth/PUSH22/p1 1.66 1.64 -1.2% PASS
total/synth/PUSH23/p0 1.83 1.81 -1.0% PASS
total/synth/PUSH23/p1 2.09 2.29 +9.3% PASS
total/synth/PUSH24/p0 1.21 1.21 -0.0% PASS
total/synth/PUSH24/p1 2.25 2.17 -3.6% PASS
total/synth/PUSH25/p0 1.91 1.88 -1.2% PASS
total/synth/PUSH25/p1 1.64 1.64 -0.3% PASS
total/synth/PUSH26/p0 1.78 1.79 +0.8% PASS
total/synth/PUSH26/p1 2.11 2.09 -1.1% PASS
total/synth/PUSH27/p0 1.21 1.20 -0.5% PASS
total/synth/PUSH27/p1 2.00 2.10 +5.2% PASS
total/synth/PUSH28/p0 1.88 1.92 +2.5% PASS
total/synth/PUSH28/p1 1.66 1.64 -0.9% PASS
total/synth/PUSH29/p0 1.82 1.79 -1.8% PASS
total/synth/PUSH29/p1 2.07 1.99 -3.7% PASS
total/synth/PUSH3/p0 1.20 1.19 -0.1% PASS
total/synth/PUSH3/p1 2.03 2.06 +1.3% PASS
total/synth/PUSH30/p0 1.38 1.26 -8.7% PASS
total/synth/PUSH30/p1 2.17 2.10 -3.2% PASS
total/synth/PUSH31/p0 1.91 1.76 -8.0% PASS
total/synth/PUSH31/p1 1.69 1.65 -2.0% PASS
total/synth/PUSH32/p0 2.01 1.84 -8.6% PASS
total/synth/PUSH32/p1 2.12 2.03 -4.3% PASS
total/synth/PUSH4/p0 1.84 1.88 +2.1% PASS
total/synth/PUSH4/p1 1.64 1.64 +0.1% PASS
total/synth/PUSH5/p0 1.80 1.91 +5.9% PASS
total/synth/PUSH5/p1 2.01 2.04 +1.7% PASS
total/synth/PUSH6/p0 1.20 1.20 +0.2% PASS
total/synth/PUSH6/p1 2.25 2.07 -8.2% PASS
total/synth/PUSH7/p0 1.82 1.94 +6.2% PASS
total/synth/PUSH7/p1 1.64 1.64 +0.0% PASS
total/synth/PUSH8/p0 1.76 1.82 +3.4% PASS
total/synth/PUSH8/p1 2.07 1.97 -4.6% PASS
total/synth/PUSH9/p0 1.20 1.20 +0.5% PASS
total/synth/PUSH9/p1 2.01 2.05 +2.1% PASS
total/synth/RETURNDATASIZE/a0 3.30 3.36 +1.7% PASS
total/synth/RETURNDATASIZE/a1 6.43 6.03 -6.2% PASS
total/synth/SAR/b0 3.96 3.98 +0.6% PASS
total/synth/SAR/b1 7.27 7.18 -1.3% PASS
total/synth/SGT/b0 3.62 3.61 -0.2% PASS
total/synth/SGT/b1 3.28 3.34 +1.9% PASS
total/synth/SHL/b0 3.78 3.64 -3.8% PASS
total/synth/SHL/b1 1.80 1.89 +5.0% PASS
total/synth/SHR/b0 3.77 3.78 +0.2% PASS
total/synth/SHR/b1 3.12 3.31 +6.4% PASS
total/synth/SIGNEXTEND/b0 3.43 3.15 -8.2% PASS
total/synth/SIGNEXTEND/b1 6.48 6.33 -2.3% PASS
total/synth/SLT/b0 3.42 3.45 +0.6% PASS
total/synth/SLT/b1 3.85 3.81 -1.1% PASS
total/synth/SUB/b0 2.55 2.64 +3.4% PASS
total/synth/SUB/b1 2.70 2.71 +0.3% PASS
total/synth/SWAP1/s0 1.80 1.51 -16.2% PASS
total/synth/SWAP10/s0 1.81 1.53 -15.9% PASS
total/synth/SWAP11/s0 3.08 2.65 -13.8% PASS
total/synth/SWAP12/s0 3.04 2.59 -14.6% PASS
total/synth/SWAP13/s0 1.82 1.53 -16.0% PASS
total/synth/SWAP14/s0 3.07 2.64 -13.8% PASS
total/synth/SWAP15/s0 3.06 2.76 -9.8% PASS
total/synth/SWAP16/s0 1.82 1.53 -15.9% PASS
total/synth/SWAP2/s0 3.04 2.74 -9.6% PASS
total/synth/SWAP3/s0 3.09 2.66 -13.8% PASS
total/synth/SWAP4/s0 1.81 1.51 -16.3% PASS
total/synth/SWAP5/s0 3.05 2.69 -11.8% PASS
total/synth/SWAP6/s0 3.12 2.76 -11.5% PASS
total/synth/SWAP7/s0 1.68 1.52 -9.2% PASS
total/synth/SWAP8/s0 3.10 2.81 -9.3% PASS
total/synth/SWAP9/s0 3.12 2.72 -13.0% PASS
total/synth/XOR/b0 2.20 1.97 -10.5% PASS
total/synth/XOR/b1 2.12 2.12 +0.1% PASS
total/synth/loop_v1 8.50 8.67 +2.0% PASS
total/synth/loop_v2 8.88 9.08 +2.2% 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 2.02 2.16 +6.6% PASS
total/main/blake2b_huff/empty 0.04 0.04 -13.6% PASS
total/main/blake2b_shifts/8415nulls 13.39 13.94 +4.1% PASS
total/main/sha1_divs/5311 7.94 8.23 +3.6% PASS
total/main/sha1_divs/empty 0.10 0.10 -1.8% PASS
total/main/sha1_shifts/5311 5.31 5.34 +0.6% PASS
total/main/sha1_shifts/empty 0.04 0.04 -2.9% PASS
total/main/snailtracer/benchmark 88.69 88.11 -0.6% PASS
total/main/structarray_alloc/nfts_rank 1.11 1.10 -0.6% PASS
total/main/swap_math/insufficient_liquidity 0.00 0.00 -1.5% PASS
total/main/swap_math/received 0.01 0.01 -1.7% PASS
total/main/swap_math/spent 0.01 0.01 -2.8% PASS
total/main/weierstrudel/1 0.31 0.30 -1.5% PASS
total/main/weierstrudel/15 3.36 3.37 +0.3% PASS
total/micro/JUMPDEST_n0/empty 0.00 0.00 -0.6% PASS
total/micro/jump_around/empty 0.07 0.07 -10.8% PASS
total/micro/loop_with_many_jumpdests/empty 0.01 0.01 -3.1% PASS
total/micro/memory_grow_mload/by1 0.02 0.02 +1.5% PASS
total/micro/memory_grow_mload/by16 0.02 0.02 -3.2% PASS
total/micro/memory_grow_mload/by32 0.01 0.01 +1.4% PASS
total/micro/memory_grow_mload/nogrow 0.01 0.01 +2.9% PASS
total/micro/memory_grow_mstore/by1 0.12 0.12 -0.1% PASS
total/micro/memory_grow_mstore/by16 0.08 0.08 +0.5% PASS
total/micro/memory_grow_mstore/by32 0.17 0.17 -0.4% PASS
total/micro/memory_grow_mstore/nogrow 0.12 0.12 -0.1% PASS
total/micro/signextend/one 0.07 0.08 +2.0% PASS
total/micro/signextend/zero 0.19 0.18 -3.5% PASS
total/synth/ADD/b0 0.00 0.00 -0.8% PASS
total/synth/ADD/b1 0.00 0.00 -0.6% PASS
total/synth/ADDRESS/a0 0.23 0.22 -1.7% PASS
total/synth/ADDRESS/a1 0.15 0.15 -0.2% PASS
total/synth/AND/b0 0.00 0.00 -0.6% PASS
total/synth/AND/b1 0.00 0.00 -2.7% PASS
total/synth/BYTE/b0 0.00 0.00 -0.5% PASS
total/synth/BYTE/b1 0.00 0.00 -0.1% PASS
total/synth/CALLDATASIZE/a0 0.12 0.12 +0.9% PASS
total/synth/CALLDATASIZE/a1 0.07 0.07 +0.0% PASS
total/synth/CALLER/a0 0.22 0.23 +3.0% PASS
total/synth/CALLER/a1 0.23 0.23 -1.4% PASS
total/synth/CALLVALUE/a0 0.19 0.19 +0.2% PASS
total/synth/CALLVALUE/a1 0.30 0.28 -6.2% PASS
total/synth/CODESIZE/a0 0.12 0.12 +4.9% PASS
total/synth/CODESIZE/a1 0.12 0.12 -1.3% PASS
total/synth/DUP1/d0 0.00 0.00 -0.1% PASS
total/synth/DUP1/d1 0.00 0.00 +0.7% PASS
total/synth/DUP10/d0 0.00 0.00 -0.4% PASS
total/synth/DUP10/d1 0.00 0.00 -0.1% PASS
total/synth/DUP11/d0 0.00 0.00 -0.8% PASS
total/synth/DUP11/d1 0.00 0.00 -1.1% PASS
total/synth/DUP12/d0 0.00 0.00 -0.7% PASS
total/synth/DUP12/d1 0.00 0.00 -0.7% PASS
total/synth/DUP13/d0 0.00 0.00 -0.0% PASS
total/synth/DUP13/d1 0.00 0.00 -0.1% PASS
total/synth/DUP14/d0 0.00 0.00 -0.5% PASS
total/synth/DUP14/d1 0.00 0.00 +0.2% PASS
total/synth/DUP15/d0 0.00 0.00 +0.3% PASS
total/synth/DUP15/d1 0.00 0.00 -0.8% PASS
total/synth/DUP16/d0 0.00 0.00 -0.1% PASS
total/synth/DUP16/d1 0.00 0.00 -0.2% PASS
total/synth/DUP2/d0 0.00 0.00 -1.2% PASS
total/synth/DUP2/d1 0.00 0.00 +0.4% PASS
total/synth/DUP3/d0 0.00 0.00 +0.2% PASS
total/synth/DUP3/d1 0.00 0.00 -1.0% PASS
total/synth/DUP4/d0 0.00 0.00 -0.1% PASS
total/synth/DUP4/d1 0.00 0.00 -0.6% PASS
total/synth/DUP5/d0 0.00 0.00 -0.8% PASS
total/synth/DUP5/d1 0.00 0.00 +0.1% PASS
total/synth/DUP6/d0 0.00 0.00 +1.7% PASS
total/synth/DUP6/d1 0.00 0.00 -0.3% PASS
total/synth/DUP7/d0 0.00 0.00 -0.4% PASS
total/synth/DUP7/d1 0.00 0.00 +0.2% PASS
total/synth/DUP8/d0 0.00 0.00 -0.7% PASS
total/synth/DUP8/d1 0.00 0.00 +0.0% PASS
total/synth/DUP9/d0 0.00 0.00 +0.4% PASS
total/synth/DUP9/d1 0.00 0.00 -0.2% PASS
total/synth/EQ/b0 0.00 0.00 -0.4% PASS
total/synth/EQ/b1 0.00 0.00 -0.2% PASS
total/synth/GAS/a0 0.76 0.76 -0.0% PASS
total/synth/GAS/a1 0.93 0.93 +0.0% PASS
total/synth/GT/b0 0.00 0.00 -0.5% PASS
total/synth/GT/b1 0.00 0.00 -0.4% PASS
total/synth/ISZERO/u0 0.00 0.00 +0.6% PASS
total/synth/JUMPDEST/n0 0.00 0.00 -0.8% PASS
total/synth/LT/b0 0.00 0.00 -0.3% PASS
total/synth/LT/b1 0.00 0.00 -1.7% PASS
total/synth/MSIZE/a0 0.00 0.00 +0.1% PASS
total/synth/MSIZE/a1 0.00 0.00 -0.4% PASS
total/synth/MUL/b0 0.00 0.00 +0.2% PASS
total/synth/MUL/b1 0.00 0.00 -1.0% PASS
total/synth/NOT/u0 0.00 0.00 +0.6% PASS
total/synth/OR/b0 0.00 0.00 +0.3% PASS
total/synth/OR/b1 0.00 0.00 -0.0% PASS
total/synth/PC/a0 0.00 0.00 -0.8% PASS
total/synth/PC/a1 0.00 0.00 -0.6% PASS
total/synth/PUSH1/p0 0.00 0.00 -0.3% PASS
total/synth/PUSH1/p1 0.00 0.00 -0.5% PASS
total/synth/PUSH10/p0 0.00 0.00 +0.4% PASS
total/synth/PUSH10/p1 0.00 0.00 -0.4% PASS
total/synth/PUSH11/p0 0.00 0.00 +2.3% PASS
total/synth/PUSH11/p1 0.00 0.00 -1.1% PASS
total/synth/PUSH12/p0 0.00 0.00 +0.7% PASS
total/synth/PUSH12/p1 0.00 0.00 +4.1% PASS
total/synth/PUSH13/p0 0.00 0.00 +0.3% PASS
total/synth/PUSH13/p1 0.00 0.00 -1.8% PASS
total/synth/PUSH14/p0 0.00 0.00 +6.4% PASS
total/synth/PUSH14/p1 0.00 0.00 +1.8% PASS
total/synth/PUSH15/p0 0.00 0.00 +0.4% PASS
total/synth/PUSH15/p1 0.00 0.00 +0.3% PASS
total/synth/PUSH16/p0 0.00 0.00 +2.5% PASS
total/synth/PUSH16/p1 0.00 0.00 +0.0% PASS
total/synth/PUSH17/p0 0.00 0.00 +0.8% PASS
total/synth/PUSH17/p1 0.00 0.00 +8.5% PASS
total/synth/PUSH18/p0 0.00 0.00 -0.5% PASS
total/synth/PUSH18/p1 0.00 0.00 -0.6% PASS
total/synth/PUSH19/p0 0.00 0.00 -5.6% PASS
total/synth/PUSH19/p1 0.00 0.00 +0.2% PASS
total/synth/PUSH2/p0 0.00 0.00 +2.7% PASS
total/synth/PUSH2/p1 0.00 0.00 +2.6% PASS
total/synth/PUSH20/p0 0.00 0.00 -0.9% PASS
total/synth/PUSH20/p1 0.00 0.00 +1.1% PASS
total/synth/PUSH21/p0 0.00 0.00 +0.1% PASS
total/synth/PUSH21/p1 0.00 0.00 -2.2% PASS
total/synth/PUSH22/p0 1.67 1.67 -0.0% PASS
total/synth/PUSH22/p1 1.64 1.64 -0.2% PASS
total/synth/PUSH23/p0 1.67 1.66 -0.4% PASS
total/synth/PUSH23/p1 2.01 1.90 -5.8% PASS
total/synth/PUSH24/p0 1.20 1.20 +0.2% PASS
total/synth/PUSH24/p1 1.93 1.94 +0.3% PASS
total/synth/PUSH25/p0 1.70 1.66 -2.7% PASS
total/synth/PUSH25/p1 1.64 1.64 -0.2% PASS
total/synth/PUSH26/p0 1.73 1.67 -3.8% PASS
total/synth/PUSH26/p1 1.85 1.93 +4.3% PASS
total/synth/PUSH27/p0 1.20 1.20 -0.1% PASS
total/synth/PUSH27/p1 1.96 1.88 -4.2% PASS
total/synth/PUSH28/p0 1.65 1.67 +1.3% PASS
total/synth/PUSH28/p1 1.64 1.64 +0.0% PASS
total/synth/PUSH29/p0 1.74 1.72 -0.9% PASS
total/synth/PUSH29/p1 1.88 1.84 -2.2% PASS
total/synth/PUSH3/p0 0.00 0.00 -0.7% PASS
total/synth/PUSH3/p1 0.00 0.00 -0.3% PASS
total/synth/PUSH30/p0 1.24 1.28 +3.6% PASS
total/synth/PUSH30/p1 1.90 1.86 -2.2% PASS
total/synth/PUSH31/p0 1.67 1.67 +0.3% PASS
total/synth/PUSH31/p1 1.73 1.75 +1.0% PASS
total/synth/PUSH32/p0 1.67 1.67 +0.5% PASS
total/synth/PUSH32/p1 1.86 1.94 +4.1% PASS
total/synth/PUSH4/p0 0.00 0.00 +1.5% PASS
total/synth/PUSH4/p1 0.00 0.00 -0.0% PASS
total/synth/PUSH5/p0 0.00 0.00 -1.5% PASS
total/synth/PUSH5/p1 0.00 0.00 -1.4% PASS
total/synth/PUSH6/p0 0.00 0.00 +0.5% PASS
total/synth/PUSH6/p1 0.00 0.00 -2.0% PASS
total/synth/PUSH7/p0 0.00 0.00 -2.6% PASS
total/synth/PUSH7/p1 0.00 0.00 +0.4% PASS
total/synth/PUSH8/p0 0.00 0.00 -0.8% PASS
total/synth/PUSH8/p1 0.00 0.00 -1.9% PASS
total/synth/PUSH9/p0 0.00 0.00 -0.9% PASS
total/synth/PUSH9/p1 0.00 0.00 +2.2% PASS
total/synth/RETURNDATASIZE/a0 0.03 0.03 -0.0% PASS
total/synth/RETURNDATASIZE/a1 0.06 0.06 +0.4% PASS
total/synth/SAR/b0 0.00 0.00 -1.1% PASS
total/synth/SAR/b1 0.00 0.00 +0.6% PASS
total/synth/SGT/b0 0.00 0.00 +0.5% PASS
total/synth/SGT/b1 0.00 0.00 -0.9% PASS
total/synth/SHL/b0 0.00 0.00 +1.9% PASS
total/synth/SHL/b1 0.00 0.00 -0.7% PASS
total/synth/SHR/b0 0.00 0.00 +0.3% PASS
total/synth/SHR/b1 0.00 0.00 +0.4% PASS
total/synth/SIGNEXTEND/b0 0.00 0.00 -0.2% PASS
total/synth/SIGNEXTEND/b1 0.00 0.00 -0.6% PASS
total/synth/SLT/b0 0.00 0.00 -0.6% PASS
total/synth/SLT/b1 0.00 0.00 +0.2% PASS
total/synth/SUB/b0 0.00 0.00 +0.0% PASS
total/synth/SUB/b1 0.00 0.00 -1.1% PASS
total/synth/SWAP1/s0 0.00 0.00 -0.8% PASS
total/synth/SWAP10/s0 0.00 0.00 -0.9% PASS
total/synth/SWAP11/s0 0.00 0.00 -0.5% PASS
total/synth/SWAP12/s0 0.00 0.00 +0.6% PASS
total/synth/SWAP13/s0 0.00 0.00 -0.4% PASS
total/synth/SWAP14/s0 0.00 0.00 -0.1% PASS
total/synth/SWAP15/s0 0.00 0.00 +1.2% PASS
total/synth/SWAP16/s0 0.00 0.00 +0.1% PASS
total/synth/SWAP2/s0 0.00 0.00 -0.2% PASS
total/synth/SWAP3/s0 0.00 0.00 +0.6% PASS
total/synth/SWAP4/s0 0.00 0.00 -0.3% PASS
total/synth/SWAP5/s0 0.00 0.00 -0.6% PASS
total/synth/SWAP6/s0 0.00 0.00 +0.0% PASS
total/synth/SWAP7/s0 0.00 0.00 -1.3% PASS
total/synth/SWAP8/s0 0.00 0.00 +0.2% PASS
total/synth/SWAP9/s0 0.00 0.00 +1.8% PASS
total/synth/XOR/b0 0.00 0.00 -0.4% PASS
total/synth/XOR/b1 0.00 0.00 +0.1% PASS
total/synth/loop_v1 8.22 8.59 +4.4% PASS
total/synth/loop_v2 8.55 8.39 -1.9% 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.

1 participant