Skip to content

perf(evm): precheck linear MSTORE8 memory writes#552

Open
ECNUyhy wants to merge 2 commits into
DTVMStack:mainfrom
ECNUyhy:codex/evm-mstore8-linear-precheck
Open

perf(evm): precheck linear MSTORE8 memory writes#552
ECNUyhy wants to merge 2 commits into
DTVMStack:mainfrom
ECNUyhy:codex/evm-mstore8-linear-precheck

Conversation

@ECNUyhy

@ECNUyhy ECNUyhy commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Extend the EVM JIT linear memory precheck planner to cover repeated MSTORE8 write motifs. Reuse the existing block precheck plan with AccessWidth=1 so byte writes can share one memory proof across the block.

Previously, dynamic MSTORE8 recurrences still normalized and prechecked memory per opcode while MLOAD and MSTORE could consume a shared linear block precheck.

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

Extend the EVM JIT linear memory precheck planner to cover repeated MSTORE8 write motifs. Reuse the existing block precheck plan with AccessWidth=1 so byte writes can share one memory proof across the block.

Previously, dynamic MSTORE8 recurrences still normalized and prechecked memory per opcode while MLOAD and MSTORE could consume a shared linear block precheck.
@github-actions

github-actions Bot commented Jun 27, 2026

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.40 2.62 +8.7% PASS
total/main/blake2b_huff/empty 0.04 0.04 -6.2% PASS
total/main/blake2b_shifts/8415nulls 13.86 13.54 -2.3% PASS
total/main/sha1_divs/5311 7.97 7.92 -0.6% PASS
total/main/sha1_divs/empty 0.10 0.10 +2.2% PASS
total/main/sha1_shifts/5311 5.36 5.50 +2.8% PASS
total/main/sha1_shifts/empty 0.04 0.04 +0.9% PASS
total/main/snailtracer/benchmark 92.89 88.91 -4.3% PASS
total/main/structarray_alloc/nfts_rank 1.16 1.16 -0.3% PASS
total/main/swap_math/insufficient_liquidity 0.00 0.00 +1.1% PASS
total/main/swap_math/received 0.01 0.01 -3.8% PASS
total/main/swap_math/spent 0.01 0.01 +0.9% PASS
total/main/weierstrudel/1 0.33 0.32 -2.7% PASS
total/main/weierstrudel/15 3.53 3.36 -4.7% PASS
total/micro/JUMPDEST_n0/empty 2.83 2.81 -0.5% PASS
total/micro/jump_around/empty 0.11 0.11 +4.3% PASS
total/micro/loop_with_many_jumpdests/empty 69.94 69.82 -0.2% PASS
total/micro/memory_grow_mload/by1 0.18 0.19 +7.8% PASS
total/micro/memory_grow_mload/by16 0.18 0.19 +4.6% PASS
total/micro/memory_grow_mload/by32 0.12 0.11 -0.7% PASS
total/micro/memory_grow_mload/nogrow 0.09 0.08 -1.2% PASS
total/micro/memory_grow_mstore/by1 0.18 0.18 -2.9% PASS
total/micro/memory_grow_mstore/by16 0.11 0.11 -1.2% PASS
total/micro/memory_grow_mstore/by32 0.23 0.23 -0.1% PASS
total/micro/memory_grow_mstore/nogrow 0.19 0.19 -1.6% PASS
total/micro/signextend/one 0.26 0.27 +1.4% PASS
total/micro/signextend/zero 0.48 0.48 +0.1% PASS
total/synth/ADD/b0 2.03 2.03 +0.1% PASS
total/synth/ADD/b1 2.74 2.78 +1.4% PASS
total/synth/ADDRESS/a0 6.07 6.09 +0.5% PASS
total/synth/ADDRESS/a1 5.11 5.11 +0.1% PASS
total/synth/AND/b0 2.13 2.11 -0.6% PASS
total/synth/AND/b1 2.29 2.46 +7.3% PASS
total/synth/BYTE/b0 6.24 6.24 +0.0% PASS
total/synth/BYTE/b1 8.28 8.28 +0.1% PASS
total/synth/CALLDATASIZE/a0 5.02 5.12 +2.1% PASS
total/synth/CALLDATASIZE/a1 3.33 3.33 +0.2% PASS
total/synth/CALLER/a0 6.15 5.89 -4.2% PASS
total/synth/CALLER/a1 6.08 6.18 +1.7% PASS
total/synth/CALLVALUE/a0 3.28 3.51 +7.1% PASS
total/synth/CALLVALUE/a1 6.19 6.11 -1.4% PASS
total/synth/CODESIZE/a0 5.88 5.82 -1.0% PASS
total/synth/CODESIZE/a1 6.39 6.16 -3.7% PASS
total/synth/DUP1/d0 1.51 1.51 +0.2% PASS
total/synth/DUP1/d1 1.74 1.80 +3.2% PASS
total/synth/DUP10/d0 1.60 1.56 -2.6% PASS
total/synth/DUP10/d1 1.76 1.74 -1.6% PASS
total/synth/DUP11/d0 1.17 1.09 -6.9% PASS
total/synth/DUP11/d1 1.74 1.77 +1.9% PASS
total/synth/DUP12/d0 1.59 1.72 +8.0% PASS
total/synth/DUP12/d1 1.08 1.16 +6.9% PASS
total/synth/DUP13/d0 1.53 1.74 +13.8% PASS
total/synth/DUP13/d1 1.74 1.79 +2.6% PASS
total/synth/DUP14/d0 1.18 1.17 -0.2% PASS
total/synth/DUP14/d1 1.76 1.81 +3.1% PASS
total/synth/DUP15/d0 1.60 1.57 -2.4% PASS
total/synth/DUP15/d1 1.15 1.16 +1.0% PASS
total/synth/DUP16/d0 1.56 1.55 -1.2% PASS
total/synth/DUP16/d1 1.70 1.77 +4.2% PASS
total/synth/DUP2/d0 1.15 1.15 +0.2% PASS
total/synth/DUP2/d1 1.72 1.77 +2.8% PASS
total/synth/DUP3/d0 1.68 1.62 -3.9% PASS
total/synth/DUP3/d1 1.16 1.13 -2.4% PASS
total/synth/DUP4/d0 1.52 1.68 +9.9% PASS
total/synth/DUP4/d1 1.75 1.75 -0.1% PASS
total/synth/DUP5/d0 1.17 1.15 -1.6% PASS
total/synth/DUP5/d1 1.80 1.89 +4.8% PASS
total/synth/DUP6/d0 1.61 1.80 +11.5% PASS
total/synth/DUP6/d1 1.08 1.16 +7.1% PASS
total/synth/DUP7/d0 1.53 1.51 -1.2% PASS
total/synth/DUP7/d1 1.64 1.80 +9.9% PASS
total/synth/DUP8/d0 1.16 1.16 +0.0% PASS
total/synth/DUP8/d1 1.70 1.84 +8.1% PASS
total/synth/DUP9/d0 1.52 1.68 +10.5% PASS
total/synth/DUP9/d1 1.09 1.15 +6.3% PASS
total/synth/EQ/b0 4.53 4.54 +0.3% PASS
total/synth/EQ/b1 4.98 5.09 +2.2% PASS
total/synth/GAS/a0 3.78 3.78 +0.1% PASS
total/synth/GAS/a1 7.24 7.23 -0.1% PASS
total/synth/GT/b0 4.78 4.83 +0.9% PASS
total/synth/GT/b1 4.99 5.06 +1.4% PASS
total/synth/ISZERO/u0 7.04 7.08 +0.5% PASS
total/synth/JUMPDEST/n0 2.81 2.81 +0.0% PASS
total/synth/LT/b0 4.83 4.83 +0.1% PASS
total/synth/LT/b1 4.28 4.26 -0.4% PASS
total/synth/MSIZE/a0 5.08 5.16 +1.6% PASS
total/synth/MSIZE/a1 5.59 5.54 -1.0% PASS
total/synth/MUL/b0 5.47 5.51 +0.7% PASS
total/synth/MUL/b1 5.25 5.24 -0.2% PASS
total/synth/NOT/u0 2.11 2.09 -1.0% PASS
total/synth/OR/b0 2.33 2.31 -0.7% PASS
total/synth/OR/b1 1.69 1.67 -0.8% PASS
total/synth/PC/a0 5.30 5.44 +2.7% PASS
total/synth/PC/a1 3.37 3.36 -0.1% PASS
total/synth/PUSH1/p0 1.89 1.91 +1.0% PASS
total/synth/PUSH1/p1 1.64 1.63 -0.7% PASS
total/synth/PUSH10/p0 1.95 1.91 -1.9% PASS
total/synth/PUSH10/p1 1.64 1.64 -0.2% PASS
total/synth/PUSH11/p0 2.03 1.79 -11.8% PASS
total/synth/PUSH11/p1 1.97 1.97 -0.1% PASS
total/synth/PUSH12/p0 1.19 1.20 +0.3% PASS
total/synth/PUSH12/p1 1.96 2.10 +6.9% PASS
total/synth/PUSH13/p0 1.90 1.82 -4.1% PASS
total/synth/PUSH13/p1 1.65 1.64 -0.4% PASS
total/synth/PUSH14/p0 1.91 2.02 +5.7% PASS
total/synth/PUSH14/p1 2.05 1.99 -2.9% PASS
total/synth/PUSH15/p0 1.20 1.20 -0.1% PASS
total/synth/PUSH15/p1 2.31 2.22 -3.7% PASS
total/synth/PUSH16/p0 2.00 1.94 -3.0% PASS
total/synth/PUSH16/p1 1.64 1.64 +0.1% PASS
total/synth/PUSH17/p0 1.81 1.88 +3.8% PASS
total/synth/PUSH17/p1 2.37 2.28 -3.8% PASS
total/synth/PUSH18/p0 1.20 1.20 +0.0% PASS
total/synth/PUSH18/p1 2.06 2.12 +3.2% PASS
total/synth/PUSH19/p0 1.90 1.86 -2.4% PASS
total/synth/PUSH19/p1 1.65 1.64 -0.8% PASS
total/synth/PUSH2/p0 1.77 1.78 +0.6% PASS
total/synth/PUSH2/p1 1.99 2.07 +4.2% PASS
total/synth/PUSH20/p0 1.80 1.88 +4.1% PASS
total/synth/PUSH20/p1 1.99 2.04 +2.3% PASS
total/synth/PUSH21/p0 1.20 1.20 +0.3% PASS
total/synth/PUSH21/p1 2.16 2.08 -3.5% PASS
total/synth/PUSH22/p0 1.83 1.90 +3.3% PASS
total/synth/PUSH22/p1 1.64 1.64 +0.0% PASS
total/synth/PUSH23/p0 1.85 1.80 -3.0% PASS
total/synth/PUSH23/p1 2.19 2.10 -4.0% PASS
total/synth/PUSH24/p0 1.21 1.20 -0.7% PASS
total/synth/PUSH24/p1 2.27 2.11 -6.9% PASS
total/synth/PUSH25/p0 2.03 1.90 -6.5% PASS
total/synth/PUSH25/p1 1.63 1.63 -0.2% PASS
total/synth/PUSH26/p0 1.85 1.76 -4.9% PASS
total/synth/PUSH26/p1 2.00 2.21 +10.6% PASS
total/synth/PUSH27/p0 1.20 1.20 -0.0% PASS
total/synth/PUSH27/p1 2.36 2.03 -14.0% PASS
total/synth/PUSH28/p0 1.88 1.83 -2.8% PASS
total/synth/PUSH28/p1 1.63 1.67 +2.1% PASS
total/synth/PUSH29/p0 2.01 1.95 -2.6% PASS
total/synth/PUSH29/p1 2.08 2.05 -1.6% PASS
total/synth/PUSH3/p0 1.20 1.20 +0.6% PASS
total/synth/PUSH3/p1 1.95 2.22 +13.6% PASS
total/synth/PUSH30/p0 1.30 1.26 -2.8% PASS
total/synth/PUSH30/p1 2.09 2.16 +3.7% PASS
total/synth/PUSH31/p0 1.86 2.02 +8.7% PASS
total/synth/PUSH31/p1 1.67 1.67 -0.1% PASS
total/synth/PUSH32/p0 1.82 1.79 -1.5% PASS
total/synth/PUSH32/p1 2.01 2.01 +0.0% PASS
total/synth/PUSH4/p0 1.82 1.81 -0.4% PASS
total/synth/PUSH4/p1 1.63 1.63 +0.1% PASS
total/synth/PUSH5/p0 1.90 1.82 -4.1% PASS
total/synth/PUSH5/p1 2.12 2.26 +6.5% PASS
total/synth/PUSH6/p0 1.20 1.20 -0.1% PASS
total/synth/PUSH6/p1 2.38 2.12 -10.9% PASS
total/synth/PUSH7/p0 1.94 1.83 -5.7% PASS
total/synth/PUSH7/p1 1.63 1.64 +0.8% PASS
total/synth/PUSH8/p0 1.79 1.84 +3.0% PASS
total/synth/PUSH8/p1 1.96 1.97 +0.6% PASS
total/synth/PUSH9/p0 1.19 1.20 +0.1% PASS
total/synth/PUSH9/p1 2.17 2.05 -5.4% PASS
total/synth/RETURNDATASIZE/a0 3.27 3.34 +1.9% PASS
total/synth/RETURNDATASIZE/a1 5.80 5.84 +0.6% PASS
total/synth/SAR/b0 3.97 3.95 -0.5% PASS
total/synth/SAR/b1 7.63 7.22 -5.4% PASS
total/synth/SGT/b0 3.68 3.60 -2.3% PASS
total/synth/SGT/b1 3.30 3.28 -0.7% PASS
total/synth/SHL/b0 3.60 3.68 +2.0% PASS
total/synth/SHL/b1 1.81 1.80 -0.6% PASS
total/synth/SHR/b0 3.72 3.76 +1.0% PASS
total/synth/SHR/b1 3.13 3.14 +0.4% PASS
total/synth/SIGNEXTEND/b0 3.21 3.44 +7.3% PASS
total/synth/SIGNEXTEND/b1 6.78 6.65 -1.9% PASS
total/synth/SLT/b0 3.42 3.42 +0.1% PASS
total/synth/SLT/b1 3.92 3.89 -0.7% PASS
total/synth/SUB/b0 2.57 2.59 +1.0% PASS
total/synth/SUB/b1 2.76 2.76 +0.2% PASS
total/synth/SWAP1/s0 1.80 1.80 +0.2% PASS
total/synth/SWAP10/s0 1.82 1.82 -0.1% PASS
total/synth/SWAP11/s0 3.18 3.13 -1.6% PASS
total/synth/SWAP12/s0 3.14 3.19 +1.6% PASS
total/synth/SWAP13/s0 1.82 1.82 +0.1% PASS
total/synth/SWAP14/s0 3.12 3.10 -0.5% PASS
total/synth/SWAP15/s0 3.21 3.14 -2.1% PASS
total/synth/SWAP16/s0 1.83 1.82 -0.3% PASS
total/synth/SWAP2/s0 3.11 3.08 -0.7% PASS
total/synth/SWAP3/s0 3.04 3.07 +0.8% PASS
total/synth/SWAP4/s0 1.81 1.84 +1.9% PASS
total/synth/SWAP5/s0 3.12 3.12 -0.2% PASS
total/synth/SWAP6/s0 3.16 3.09 -1.9% PASS
total/synth/SWAP7/s0 1.82 1.82 +0.1% PASS
total/synth/SWAP8/s0 3.12 3.06 -1.9% PASS
total/synth/SWAP9/s0 3.07 3.11 +1.3% PASS
total/synth/XOR/b0 2.05 1.98 -3.7% PASS
total/synth/XOR/b1 2.22 2.15 -3.3% PASS
total/synth/loop_v1 9.02 8.98 -0.5% PASS
total/synth/loop_v2 8.82 8.72 -1.1% 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.15 1.08 -6.1% PASS
total/main/blake2b_huff/empty 0.02 0.02 +8.0% PASS
total/main/blake2b_shifts/8415nulls 11.60 11.40 -1.7% PASS
total/main/sha1_divs/5311 6.41 6.98 +8.7% PASS
total/main/sha1_divs/empty 0.08 0.08 +4.9% PASS
total/main/sha1_shifts/5311 4.13 4.08 -1.1% PASS
total/main/sha1_shifts/empty 0.04 0.04 -3.7% PASS
total/main/snailtracer/benchmark 65.08 64.25 -1.3% PASS
total/main/structarray_alloc/nfts_rank 0.94 0.94 -0.4% PASS
total/main/swap_math/insufficient_liquidity 0.00 0.00 -3.4% PASS
total/main/swap_math/received 0.01 0.01 +4.1% PASS
total/main/swap_math/spent 0.01 0.01 -2.4% PASS
total/main/weierstrudel/1 0.24 0.25 +3.6% PASS
total/main/weierstrudel/15 2.70 2.84 +5.1% PASS
total/micro/JUMPDEST_n0/empty 0.00 0.00 +1.3% PASS
total/micro/jump_around/empty 0.04 0.04 -9.5% PASS
total/micro/loop_with_many_jumpdests/empty 0.01 0.01 -0.4% PASS
total/micro/memory_grow_mload/by1 0.01 0.01 -0.6% PASS
total/micro/memory_grow_mload/by16 0.01 0.01 +0.1% PASS
total/micro/memory_grow_mload/by32 0.01 0.01 -0.7% PASS
total/micro/memory_grow_mload/nogrow 0.01 0.01 +0.3% PASS
total/micro/memory_grow_mstore/by1 0.07 0.07 +2.6% PASS
total/micro/memory_grow_mstore/by16 0.07 0.07 -2.4% PASS
total/micro/memory_grow_mstore/by32 0.14 0.14 +1.1% PASS
total/micro/memory_grow_mstore/nogrow 0.07 0.07 +2.5% PASS
total/micro/signextend/one 0.07 0.08 +12.6% PASS
total/micro/signextend/zero 0.15 0.15 +0.5% PASS
total/synth/ADD/b0 0.00 0.00 +4.8% PASS
total/synth/ADD/b1 0.00 0.00 +5.3% PASS
total/synth/ADDRESS/a0 0.17 0.15 -13.1% PASS
total/synth/ADDRESS/a1 0.12 0.12 -0.2% PASS
total/synth/AND/b0 0.00 0.00 +2.3% PASS
total/synth/AND/b1 0.00 0.00 +4.0% PASS
total/synth/BYTE/b0 0.00 0.00 +2.9% PASS
total/synth/BYTE/b1 0.00 0.00 +6.4% PASS
total/synth/CALLDATASIZE/a0 0.08 0.08 -5.0% PASS
total/synth/CALLDATASIZE/a1 0.06 0.06 +0.3% PASS
total/synth/CALLER/a0 0.18 0.15 -14.1% PASS
total/synth/CALLER/a1 0.15 0.18 +17.3% PASS
total/synth/CALLVALUE/a0 0.14 0.14 -0.5% PASS
total/synth/CALLVALUE/a1 0.19 0.22 +14.7% PASS
total/synth/CODESIZE/a0 0.08 0.08 +3.3% PASS
total/synth/CODESIZE/a1 0.09 0.08 -2.2% PASS
total/synth/DUP1/d0 0.00 0.00 +0.0% PASS
total/synth/DUP1/d1 0.00 0.00 +6.0% PASS
total/synth/DUP10/d0 0.00 0.00 +4.2% PASS
total/synth/DUP10/d1 0.00 0.00 +4.5% PASS
total/synth/DUP11/d0 0.00 0.00 -3.7% PASS
total/synth/DUP11/d1 0.00 0.00 +2.6% PASS
total/synth/DUP12/d0 0.00 0.00 +3.3% PASS
total/synth/DUP12/d1 0.00 0.00 +0.2% PASS
total/synth/DUP13/d0 0.00 0.00 +2.4% PASS
total/synth/DUP13/d1 0.00 0.00 +4.8% PASS
total/synth/DUP14/d0 0.00 0.00 -0.2% PASS
total/synth/DUP14/d1 0.00 0.00 +5.6% PASS
total/synth/DUP15/d0 0.00 0.00 +4.3% PASS
total/synth/DUP15/d1 0.00 0.00 -3.5% PASS
total/synth/DUP16/d0 0.00 0.00 +3.7% PASS
total/synth/DUP16/d1 0.00 0.00 +2.8% PASS
total/synth/DUP2/d0 0.00 0.00 +0.0% PASS
total/synth/DUP2/d1 0.00 0.00 +4.3% PASS
total/synth/DUP3/d0 0.00 0.00 +3.2% PASS
total/synth/DUP3/d1 0.00 0.00 -0.1% PASS
total/synth/DUP4/d0 0.00 0.00 +4.7% PASS
total/synth/DUP4/d1 0.00 0.00 +4.0% PASS
total/synth/DUP5/d0 0.00 0.00 +0.4% PASS
total/synth/DUP5/d1 0.00 0.00 +2.1% PASS
total/synth/DUP6/d0 0.00 0.00 +6.0% PASS
total/synth/DUP6/d1 0.00 0.00 -3.7% PASS
total/synth/DUP7/d0 0.00 0.00 +5.3% PASS
total/synth/DUP7/d1 0.00 0.00 +5.0% PASS
total/synth/DUP8/d0 0.00 0.00 -2.1% PASS
total/synth/DUP8/d1 0.00 0.00 +5.1% PASS
total/synth/DUP9/d0 0.00 0.00 +5.7% PASS
total/synth/DUP9/d1 0.00 0.00 -3.1% PASS
total/synth/EQ/b0 0.00 0.00 +2.4% PASS
total/synth/EQ/b1 0.00 0.00 +0.0% PASS
total/synth/GAS/a0 0.67 0.67 -0.1% PASS
total/synth/GAS/a1 0.79 0.81 +1.7% PASS
total/synth/GT/b0 0.00 0.00 +4.3% PASS
total/synth/GT/b1 0.00 0.00 +1.9% PASS
total/synth/ISZERO/u0 0.00 0.00 +4.1% PASS
total/synth/JUMPDEST/n0 0.00 0.00 -0.3% PASS
total/synth/LT/b0 0.00 0.00 +2.9% PASS
total/synth/LT/b1 0.00 0.00 -3.6% PASS
total/synth/MSIZE/a0 0.00 0.00 +4.3% PASS
total/synth/MSIZE/a1 0.00 0.00 +5.7% PASS
total/synth/MUL/b0 0.00 0.00 +3.6% PASS
total/synth/MUL/b1 0.00 0.00 +0.8% PASS
total/synth/NOT/u0 0.00 0.00 +2.0% PASS
total/synth/OR/b0 0.00 0.00 +4.1% PASS
total/synth/OR/b1 0.00 0.00 +2.8% PASS
total/synth/PC/a0 0.00 0.00 +5.3% PASS
total/synth/PC/a1 0.00 0.00 +0.2% PASS
total/synth/PUSH1/p0 0.00 0.00 +3.4% PASS
total/synth/PUSH1/p1 0.00 0.00 +0.8% PASS
total/synth/PUSH10/p0 0.00 0.00 +1.0% PASS
total/synth/PUSH10/p1 0.00 0.00 -3.3% PASS
total/synth/PUSH11/p0 0.00 0.00 +4.1% PASS
total/synth/PUSH11/p1 0.00 0.00 +0.4% PASS
total/synth/PUSH12/p0 0.00 0.00 -2.5% PASS
total/synth/PUSH12/p1 0.00 0.00 -0.7% PASS
total/synth/PUSH13/p0 0.00 0.00 +4.8% PASS
total/synth/PUSH13/p1 0.00 0.00 +4.5% PASS
total/synth/PUSH14/p0 0.00 0.00 +1.0% PASS
total/synth/PUSH14/p1 0.00 0.00 -0.4% PASS
total/synth/PUSH15/p0 0.00 0.00 +3.2% PASS
total/synth/PUSH15/p1 0.00 0.00 +1.0% PASS
total/synth/PUSH16/p0 0.00 0.00 +3.4% PASS
total/synth/PUSH16/p1 0.00 0.00 +1.8% PASS
total/synth/PUSH17/p0 0.00 0.00 -2.6% PASS
total/synth/PUSH17/p1 0.00 0.00 +4.3% PASS
total/synth/PUSH18/p0 0.00 0.00 +0.9% PASS
total/synth/PUSH18/p1 0.00 0.00 +4.2% PASS
total/synth/PUSH19/p0 0.00 0.00 +0.4% PASS
total/synth/PUSH19/p1 0.00 0.00 +0.8% PASS
total/synth/PUSH2/p0 0.00 0.00 +4.9% PASS
total/synth/PUSH2/p1 0.00 0.00 +6.1% PASS
total/synth/PUSH20/p0 0.00 0.00 +1.6% PASS
total/synth/PUSH20/p1 0.00 0.00 +1.7% PASS
total/synth/PUSH21/p0 0.00 0.00 +2.9% PASS
total/synth/PUSH21/p1 0.00 0.00 -0.4% PASS
total/synth/PUSH22/p0 1.44 1.43 -1.1% PASS
total/synth/PUSH22/p1 1.24 1.25 +0.2% PASS
total/synth/PUSH23/p0 1.49 1.43 -3.8% PASS
total/synth/PUSH23/p1 1.51 1.48 -2.3% PASS
total/synth/PUSH24/p0 1.13 1.14 +0.1% PASS
total/synth/PUSH24/p1 1.54 1.50 -2.5% PASS
total/synth/PUSH25/p0 1.44 1.47 +1.7% PASS
total/synth/PUSH25/p1 1.25 1.27 +1.1% PASS
total/synth/PUSH26/p0 1.42 1.51 +6.6% PASS
total/synth/PUSH26/p1 1.51 1.58 +4.4% PASS
total/synth/PUSH27/p0 1.14 1.14 +0.1% PASS
total/synth/PUSH27/p1 1.61 1.71 +6.3% PASS
total/synth/PUSH28/p0 1.43 1.54 +8.0% PASS
total/synth/PUSH28/p1 1.24 1.26 +1.3% PASS
total/synth/PUSH29/p0 1.50 1.42 -5.2% PASS
total/synth/PUSH29/p1 1.50 1.45 -2.8% PASS
total/synth/PUSH3/p0 0.00 0.00 -2.3% PASS
total/synth/PUSH3/p1 0.00 0.00 +3.9% PASS
total/synth/PUSH30/p0 1.14 1.13 -0.6% PASS
total/synth/PUSH30/p1 1.51 1.65 +9.4% PASS
total/synth/PUSH31/p0 1.43 1.45 +1.6% PASS
total/synth/PUSH31/p1 1.31 1.30 -1.1% PASS
total/synth/PUSH32/p0 1.47 1.53 +4.2% PASS
total/synth/PUSH32/p1 1.45 1.45 +0.1% PASS
total/synth/PUSH4/p0 0.00 0.00 +5.4% PASS
total/synth/PUSH4/p1 0.00 0.00 -0.4% PASS
total/synth/PUSH5/p0 0.00 0.00 -0.0% PASS
total/synth/PUSH5/p1 0.00 0.00 -2.7% PASS
total/synth/PUSH6/p0 0.00 0.00 +4.2% PASS
total/synth/PUSH6/p1 0.00 0.00 +2.9% PASS
total/synth/PUSH7/p0 0.00 0.00 +7.3% PASS
total/synth/PUSH7/p1 0.00 0.00 -3.2% PASS
total/synth/PUSH8/p0 0.00 0.00 -0.7% PASS
total/synth/PUSH8/p1 0.00 0.00 -1.7% PASS
total/synth/PUSH9/p0 0.00 0.00 -2.9% PASS
total/synth/PUSH9/p1 0.00 0.00 -1.4% PASS
total/synth/RETURNDATASIZE/a0 0.03 0.02 -0.5% PASS
total/synth/RETURNDATASIZE/a1 0.04 0.05 +24.7% PASS
total/synth/SAR/b0 0.00 0.00 +0.4% PASS
total/synth/SAR/b1 0.00 0.00 +0.9% PASS
total/synth/SGT/b0 0.00 0.00 +4.6% PASS
total/synth/SGT/b1 0.00 0.00 -3.8% PASS
total/synth/SHL/b0 0.00 0.00 +2.2% PASS
total/synth/SHL/b1 0.00 0.00 -0.0% PASS
total/synth/SHR/b0 0.00 0.00 +4.0% PASS
total/synth/SHR/b1 0.00 0.00 +5.1% PASS
total/synth/SIGNEXTEND/b0 0.00 0.00 +0.0% PASS
total/synth/SIGNEXTEND/b1 0.00 0.00 +3.0% PASS
total/synth/SLT/b0 0.00 0.00 +3.2% PASS
total/synth/SLT/b1 0.00 0.00 +3.4% PASS
total/synth/SUB/b0 0.00 0.00 +2.8% PASS
total/synth/SUB/b1 0.00 0.00 +4.9% PASS
total/synth/SWAP1/s0 0.00 0.00 +0.5% PASS
total/synth/SWAP10/s0 0.00 0.00 +0.5% PASS
total/synth/SWAP11/s0 0.00 0.00 +3.4% PASS
total/synth/SWAP12/s0 0.00 0.00 +5.4% PASS
total/synth/SWAP13/s0 0.00 0.00 +0.5% PASS
total/synth/SWAP14/s0 0.00 0.00 -0.3% PASS
total/synth/SWAP15/s0 0.00 0.00 +4.3% PASS
total/synth/SWAP16/s0 0.00 0.00 -2.3% PASS
total/synth/SWAP2/s0 0.00 0.00 +4.6% PASS
total/synth/SWAP3/s0 0.00 0.00 +2.3% PASS
total/synth/SWAP4/s0 0.00 0.00 +3.7% PASS
total/synth/SWAP5/s0 0.00 0.00 +2.0% PASS
total/synth/SWAP6/s0 0.00 0.00 +6.3% PASS
total/synth/SWAP7/s0 0.00 0.00 +1.5% PASS
total/synth/SWAP8/s0 0.00 0.00 +5.9% PASS
total/synth/SWAP9/s0 0.00 0.00 +5.6% PASS
total/synth/XOR/b0 0.00 0.00 +5.1% PASS
total/synth/XOR/b1 0.00 0.00 +4.3% PASS
total/synth/loop_v1 6.71 6.45 -3.9% PASS
total/synth/loop_v2 6.74 6.69 -0.7% PASS

Summary: 194 benchmarks, 0 regressions


Apply clang-format to the MSTORE8 linear precheck visitor condition so the CI format check accepts the PR.
@ECNUyhy ECNUyhy force-pushed the codex/evm-mstore8-linear-precheck branch from 4bd2a32 to d469173 Compare June 27, 2026 05:47
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