Skip to content

fix(evm): synchronize gas register with runtime gas state#377

Open
abmcar wants to merge 1 commit intoDTVMStack:mainfrom
abmcar:fix/evm-gas-register-sync
Open

fix(evm): synchronize gas register with runtime gas state#377
abmcar wants to merge 1 commit intoDTVMStack:mainfrom
abmcar:fix/evm-gas-register-sync

Conversation

@abmcar
Copy link
Contributor

@abmcar abmcar commented Mar 2, 2026

Sync gas register around dynamic EXP charging and terminal runtime handlers so JIT register state does not drift from instance/message gas fields.\n\nGuard syncGasToMemoryFull() when current message is null to avoid invalid message gas writes after popMessage().\n\nThis removes gas-accounting mismatches observed with ZEN_ENABLE_EVM_GAS_REGISTER=ON in Cancun statetests.

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

Sync gas register around dynamic EXP charging and terminal runtime handlers so JIT register state does not drift from instance/message gas fields.\n\nGuard syncGasToMemoryFull() when current message is null to avoid invalid message gas writes after popMessage().\n\nThis removes gas-accounting mismatches observed with ZEN_ENABLE_EVM_GAS_REGISTER=ON in Cancun statetests.
Copilot AI review requested due to automatic review settings March 2, 2026 06:53
Copy link
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

Synchronizes the EVM “gas register” with the runtime’s in-memory gas fields to prevent gas-accounting drift when running the multipass JIT with ZEN_ENABLE_EVM_GAS_REGISTER enabled (notably seen in Cancun state tests).

Changes:

  • Guard syncGasToMemoryFull() so it skips writing message->gas when there is no current message (e.g., after popMessage()).
  • Sync/reload gas around EXP dynamic gas charging to keep the JIT register consistent with instance->Gas.
  • Reload gas after terminal runtime handlers (RETURN/REVERT/INVALID/UNDEFINED/SELFDESTRUCT) so later full-syncs don’t clobber runtime-updated gas.

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

@abmcar abmcar marked this pull request as draft March 2, 2026 07:03
@abmcar abmcar marked this pull request as ready for review March 2, 2026 07:18
@github-actions
Copy link

github-actions bot commented Mar 2, 2026

⚡ Performance Regression Check Results

✅ Performance Check Passed (interpreter)

Performance Benchmark Results (threshold: 20%)

Benchmark Baseline (us) Current (us) Change Status
total/main/blake2b_huff/8415nulls 2.07 2.12 +2.4% PASS
total/main/blake2b_huff/empty 0.09 0.19 +115.4% PASS
total/main/blake2b_shifts/8415nulls 16.98 17.25 +1.6% PASS
total/main/sha1_divs/5311 7.32 7.42 +1.4% PASS
total/main/sha1_divs/empty 0.10 0.10 +2.0% PASS
total/main/sha1_shifts/5311 5.35 5.31 -0.8% PASS
total/main/sha1_shifts/empty 0.07 0.07 -0.1% PASS
total/main/snailtracer/benchmark 66.64 68.44 +2.7% PASS
total/main/structarray_alloc/nfts_rank 1.25 1.26 +0.9% PASS
total/main/swap_math/insufficient_liquidity 0.01 0.01 +5.0% PASS
total/main/swap_math/received 0.01 0.01 +7.6% PASS
total/main/swap_math/spent 0.01 0.01 +6.8% PASS
total/main/weierstrudel/1 0.31 0.32 +0.6% PASS
total/main/weierstrudel/15 2.86 2.88 +0.7% PASS
total/micro/JUMPDEST_n0/empty 1.20 1.64 +36.5% PASS
total/micro/jump_around/empty 0.13 0.13 +1.0% PASS
total/micro/loop_with_many_jumpdests/empty 24.95 24.94 -0.0% PASS
total/micro/memory_grow_mload/by1 0.15 0.15 +0.8% PASS
total/micro/memory_grow_mload/by16 0.19 0.21 +8.4% PASS
total/micro/memory_grow_mload/by32 0.22 0.23 +6.7% PASS
total/micro/memory_grow_mload/nogrow 0.15 0.15 -2.4% PASS
total/micro/memory_grow_mstore/by1 0.19 0.19 +1.6% PASS
total/micro/memory_grow_mstore/by16 0.23 0.21 -9.3% PASS
total/micro/memory_grow_mstore/by32 0.25 0.23 -8.2% PASS
total/micro/memory_grow_mstore/nogrow 0.19 0.18 -1.9% PASS
total/micro/signextend/one 0.30 0.30 -0.5% PASS
total/micro/signextend/zero 0.30 0.30 -1.5% PASS
total/synth/ADD/b0 2.65 2.71 +2.4% PASS
total/synth/ADD/b1 2.52 2.60 +3.2% PASS
total/synth/ADDRESS/a0 4.42 4.42 +0.0% PASS
total/synth/ADDRESS/a1 4.79 4.80 +0.1% PASS
total/synth/AND/b0 2.54 2.49 -2.2% PASS
total/synth/AND/b1 2.48 2.58 +4.0% PASS
total/synth/BYTE/b0 6.11 6.11 -0.0% PASS
total/synth/BYTE/b1 5.00 5.01 +0.1% PASS
total/synth/CALLDATASIZE/a0 2.65 2.58 -2.8% PASS
total/synth/CALLDATASIZE/a1 3.32 3.16 -4.7% PASS
total/synth/CALLER/a0 4.41 4.41 +0.1% PASS
total/synth/CALLER/a1 4.73 4.74 +0.3% PASS
total/synth/CALLVALUE/a0 2.62 2.62 +0.1% PASS
total/synth/CALLVALUE/a1 2.64 2.66 +0.9% PASS
total/synth/CODESIZE/a0 2.94 2.94 -0.0% PASS
total/synth/CODESIZE/a1 3.51 3.68 +4.9% PASS
total/synth/DUP1/d0 1.56 1.48 -5.4% PASS
total/synth/DUP1/d1 1.57 1.57 -0.1% PASS
total/synth/DUP10/d0 1.57 1.46 -6.7% PASS
total/synth/DUP10/d1 1.57 1.53 -2.5% PASS
total/synth/DUP11/d0 1.49 1.45 -2.2% PASS
total/synth/DUP11/d1 1.57 1.56 -0.5% PASS
total/synth/DUP12/d0 1.55 1.49 -4.0% PASS
total/synth/DUP12/d1 1.57 1.57 -0.1% PASS
total/synth/DUP13/d0 1.49 1.48 -0.6% PASS
total/synth/DUP13/d1 1.57 1.55 -1.4% PASS
total/synth/DUP14/d0 1.49 1.46 -1.6% PASS
total/synth/DUP14/d1 1.58 1.55 -1.8% PASS
total/synth/DUP15/d0 1.49 1.48 -0.8% PASS
total/synth/DUP15/d1 1.57 1.55 -1.4% PASS
total/synth/DUP16/d0 1.57 1.48 -5.9% PASS
total/synth/DUP16/d1 1.57 1.54 -2.4% PASS
total/synth/DUP2/d0 1.48 1.48 -0.0% PASS
total/synth/DUP2/d1 1.57 1.57 +0.1% PASS
total/synth/DUP3/d0 1.48 1.48 -0.0% PASS
total/synth/DUP3/d1 1.57 1.57 -0.1% PASS
total/synth/DUP4/d0 1.57 1.48 -5.5% PASS
total/synth/DUP4/d1 1.57 1.57 +0.0% PASS
total/synth/DUP5/d0 1.48 1.57 +5.4% PASS
total/synth/DUP5/d1 1.57 1.54 -2.1% PASS
total/synth/DUP6/d0 1.49 1.46 -1.8% PASS
total/synth/DUP6/d1 1.57 1.56 -0.7% PASS
total/synth/DUP7/d0 1.57 1.46 -7.1% PASS
total/synth/DUP7/d1 1.57 1.57 -0.0% PASS
total/synth/DUP8/d0 1.57 1.49 -5.2% PASS
total/synth/DUP8/d1 1.57 1.56 -0.9% PASS
total/synth/DUP9/d0 1.57 1.46 -6.5% PASS
total/synth/DUP9/d1 1.57 1.54 -2.3% PASS
total/synth/EQ/b0 4.83 4.83 +0.0% PASS
total/synth/EQ/b1 5.06 5.06 +0.1% PASS
total/synth/GAS/a0 2.79 2.81 +0.6% PASS
total/synth/GAS/a1 3.29 3.55 +7.9% PASS
total/synth/GT/b0 4.57 4.57 +0.1% PASS
total/synth/GT/b1 4.83 4.84 +0.1% PASS
total/synth/ISZERO/u0 7.66 7.66 +0.1% PASS
total/synth/JUMPDEST/n0 1.64 1.64 +0.2% PASS
total/synth/LT/b0 4.57 4.57 +0.1% PASS
total/synth/LT/b1 4.87 4.92 +1.1% PASS
total/synth/MSIZE/a0 3.92 3.92 +0.0% PASS
total/synth/MSIZE/a1 4.26 4.29 +0.7% PASS
total/synth/MUL/b0 4.22 4.23 +0.1% PASS
total/synth/MUL/b1 4.42 4.43 +0.3% PASS
total/synth/NOT/u0 3.67 3.67 -0.1% PASS
total/synth/OR/b0 2.48 2.48 -0.1% PASS
total/synth/OR/b1 2.48 2.80 +13.0% PASS
total/synth/PC/a0 2.57 2.57 +0.0% PASS
total/synth/PC/a1 3.37 3.38 +0.2% PASS
total/synth/PUSH1/p0 1.76 1.76 +0.0% PASS
total/synth/PUSH1/p1 1.49 1.61 +8.3% PASS
total/synth/PUSH10/p0 1.80 1.79 -0.6% PASS
total/synth/PUSH10/p1 1.52 1.52 +0.3% PASS
total/synth/PUSH11/p0 1.79 1.79 +0.2% PASS
total/synth/PUSH11/p1 1.52 1.52 -0.1% PASS
total/synth/PUSH12/p0 1.80 1.82 +1.0% PASS
total/synth/PUSH12/p1 1.52 1.52 +0.1% PASS
total/synth/PUSH13/p0 1.80 1.79 -0.4% PASS
total/synth/PUSH13/p1 1.52 1.53 +0.5% PASS
total/synth/PUSH14/p0 1.81 1.82 +1.0% PASS
total/synth/PUSH14/p1 1.53 1.57 +3.1% PASS
total/synth/PUSH15/p0 1.80 1.80 +0.0% PASS
total/synth/PUSH15/p1 1.55 1.54 -0.1% PASS
total/synth/PUSH16/p0 1.80 1.80 +0.1% PASS
total/synth/PUSH16/p1 1.53 1.67 +9.2% PASS
total/synth/PUSH17/p0 1.81 1.81 +0.0% PASS
total/synth/PUSH17/p1 1.53 1.58 +2.8% PASS
total/synth/PUSH18/p0 1.81 1.81 +0.2% PASS
total/synth/PUSH18/p1 1.68 1.54 -8.3% PASS
total/synth/PUSH19/p0 1.81 1.81 +0.1% PASS
total/synth/PUSH19/p1 1.54 1.61 +4.3% PASS
total/synth/PUSH2/p0 1.77 1.77 -0.3% PASS
total/synth/PUSH2/p1 1.50 1.50 +0.1% PASS
total/synth/PUSH20/p0 1.81 1.84 +1.7% PASS
total/synth/PUSH20/p1 1.54 1.54 +0.0% PASS
total/synth/PUSH21/p0 1.82 1.82 +0.2% PASS
total/synth/PUSH21/p1 1.54 1.55 +0.1% PASS
total/synth/PUSH22/p0 1.83 1.82 -0.9% PASS
total/synth/PUSH22/p1 1.55 1.55 +0.4% PASS
total/synth/PUSH23/p0 1.82 1.82 +0.1% PASS
total/synth/PUSH23/p1 1.55 1.55 -0.1% PASS
total/synth/PUSH24/p0 1.84 1.83 -0.7% PASS
total/synth/PUSH24/p1 1.56 1.56 +0.2% PASS
total/synth/PUSH25/p0 1.83 1.83 -0.0% PASS
total/synth/PUSH25/p1 1.56 1.72 +10.3% PASS
total/synth/PUSH26/p0 1.84 1.83 -0.8% PASS
total/synth/PUSH26/p1 1.56 1.56 -0.0% PASS
total/synth/PUSH27/p0 1.88 1.84 -2.0% PASS
total/synth/PUSH27/p1 1.56 1.57 +0.2% PASS
total/synth/PUSH28/p0 1.83 1.83 -0.2% PASS
total/synth/PUSH28/p1 1.56 1.56 -0.0% PASS
total/synth/PUSH29/p0 1.84 1.84 +0.2% PASS
total/synth/PUSH29/p1 1.57 1.57 +0.2% PASS
total/synth/PUSH3/p0 1.78 1.77 -0.8% PASS
total/synth/PUSH3/p1 1.50 1.50 -0.3% PASS
total/synth/PUSH30/p0 1.85 1.85 +0.3% PASS
total/synth/PUSH30/p1 1.57 1.57 +0.1% PASS
total/synth/PUSH31/p0 1.84 1.86 +1.1% PASS
total/synth/PUSH31/p1 1.62 1.62 -0.4% PASS
total/synth/PUSH32/p0 1.84 1.89 +2.3% PASS
total/synth/PUSH32/p1 1.58 1.58 -0.0% PASS
total/synth/PUSH4/p0 1.77 1.77 +0.0% PASS
total/synth/PUSH4/p1 1.50 1.52 +1.1% PASS
total/synth/PUSH5/p0 1.78 1.78 -0.1% PASS
total/synth/PUSH5/p1 1.50 1.50 +0.1% PASS
total/synth/PUSH6/p0 1.78 1.78 -0.0% PASS
total/synth/PUSH6/p1 1.51 1.50 -0.2% PASS
total/synth/PUSH7/p0 1.78 1.78 -0.1% PASS
total/synth/PUSH7/p1 1.51 1.53 +1.2% PASS
total/synth/PUSH8/p0 1.78 1.78 +0.1% PASS
total/synth/PUSH8/p1 1.51 1.51 +0.1% PASS
total/synth/PUSH9/p0 1.79 1.79 +0.1% PASS
total/synth/PUSH9/p1 1.51 1.51 -0.0% PASS
total/synth/RETURNDATASIZE/a0 2.81 2.81 -0.2% PASS
total/synth/RETURNDATASIZE/a1 3.53 3.54 +0.3% PASS
total/synth/SAR/b0 3.54 3.54 +0.1% PASS
total/synth/SAR/b1 4.08 4.09 +0.3% PASS
total/synth/SGT/b0 4.84 4.85 +0.1% PASS
total/synth/SGT/b1 4.90 4.83 -1.5% PASS
total/synth/SHL/b0 4.01 4.00 -0.0% PASS
total/synth/SHL/b1 2.75 2.79 +1.1% PASS
total/synth/SHR/b0 3.10 3.09 -0.1% PASS
total/synth/SHR/b1 2.67 2.69 +1.0% PASS
total/synth/SIGNEXTEND/b0 2.48 2.48 -0.0% PASS
total/synth/SIGNEXTEND/b1 2.81 2.85 +1.1% PASS
total/synth/SLT/b0 4.84 4.84 +0.1% PASS
total/synth/SLT/b1 4.87 4.88 +0.3% PASS
total/synth/SUB/b0 2.73 2.74 +0.4% PASS
total/synth/SUB/b1 2.56 2.50 -2.4% PASS
total/synth/SWAP1/s0 2.14 2.14 +0.1% PASS
total/synth/SWAP10/s0 2.19 2.17 -0.6% PASS
total/synth/SWAP11/s0 2.15 2.16 +0.3% PASS
total/synth/SWAP12/s0 2.18 2.16 -1.2% PASS
total/synth/SWAP13/s0 2.15 2.16 +0.2% PASS
total/synth/SWAP14/s0 2.16 2.16 -0.2% PASS
total/synth/SWAP15/s0 2.16 2.16 -0.1% PASS
total/synth/SWAP16/s0 2.16 2.16 +0.1% PASS
total/synth/SWAP2/s0 2.14 2.14 -0.1% PASS
total/synth/SWAP3/s0 2.15 2.14 -0.4% PASS
total/synth/SWAP4/s0 2.15 2.14 -0.0% PASS
total/synth/SWAP5/s0 2.14 2.14 +0.1% PASS
total/synth/SWAP6/s0 2.16 2.16 +0.2% PASS
total/synth/SWAP7/s0 2.20 2.15 -2.0% PASS
total/synth/SWAP8/s0 2.15 2.16 +0.5% PASS
total/synth/SWAP9/s0 2.16 2.16 +0.4% PASS
total/synth/XOR/b0 2.46 2.55 +3.5% PASS
total/synth/XOR/b1 2.57 2.58 +0.6% PASS
total/synth/loop_v1 7.25 7.30 +0.8% PASS
total/synth/loop_v2 7.24 7.27 +0.4% PASS

Summary: 194 benchmarks, 0 regressions


✅ Performance Check Passed (multipass)

Performance Benchmark Results (threshold: 20%)

Benchmark Baseline (us) Current (us) Change Status
total/main/blake2b_huff/8415nulls 2.07 2.11 +2.1% PASS
total/main/blake2b_huff/empty 0.13 0.13 -0.8% PASS
total/main/blake2b_shifts/8415nulls 6.55 6.51 -0.5% PASS
total/main/sha1_divs/5311 3.45 3.46 +0.3% PASS
total/main/sha1_divs/empty 0.05 0.05 +0.4% PASS
total/main/sha1_shifts/5311 3.76 3.75 -0.1% PASS
total/main/sha1_shifts/empty 0.06 0.06 -0.4% PASS
total/main/snailtracer/benchmark 71.10 73.47 +3.4% PASS
total/main/structarray_alloc/nfts_rank 0.31 0.31 -0.2% PASS
total/main/swap_math/insufficient_liquidity 0.03 0.03 -0.4% PASS
total/main/swap_math/received 0.03 0.03 +0.7% PASS
total/main/swap_math/spent 0.03 0.03 -0.9% PASS
total/main/weierstrudel/1 0.41 0.42 +1.6% PASS
total/main/weierstrudel/15 3.01 3.01 +0.2% PASS
total/micro/JUMPDEST_n0/empty 0.18 0.18 +0.3% PASS
total/micro/jump_around/empty 0.73 0.73 +0.2% PASS
total/micro/loop_with_many_jumpdests/empty 2.48 2.46 -0.6% PASS
total/micro/memory_grow_mload/by1 0.24 0.24 -0.1% PASS
total/micro/memory_grow_mload/by16 0.25 0.25 -0.7% PASS
total/micro/memory_grow_mload/by32 0.28 0.28 -0.4% PASS
total/micro/memory_grow_mload/nogrow 0.24 0.24 -0.1% PASS
total/micro/memory_grow_mstore/by1 0.28 0.28 -0.5% PASS
total/micro/memory_grow_mstore/by16 0.29 0.29 -1.2% PASS
total/micro/memory_grow_mstore/by32 0.31 0.31 -0.0% PASS
total/micro/memory_grow_mstore/nogrow 0.28 0.27 -2.3% PASS
total/micro/signextend/one 0.44 0.43 -2.2% PASS
total/micro/signextend/zero 0.43 0.43 +0.1% PASS
total/synth/ADD/b0 0.02 0.02 -0.1% PASS
total/synth/ADD/b1 0.02 0.02 +0.0% PASS
total/synth/ADDRESS/a0 1.14 1.14 -0.1% PASS
total/synth/ADDRESS/a1 1.17 1.17 +0.0% PASS
total/synth/AND/b0 0.02 0.02 -0.3% PASS
total/synth/AND/b1 0.02 0.02 -0.3% PASS
total/synth/BYTE/b0 1.97 1.97 -0.1% PASS
total/synth/BYTE/b1 2.32 2.32 +0.0% PASS
total/synth/CALLDATASIZE/a0 0.65 0.65 +0.0% PASS
total/synth/CALLDATASIZE/a1 0.68 0.68 -0.0% PASS
total/synth/CALLER/a0 1.14 1.14 -0.0% PASS
total/synth/CALLER/a1 1.17 1.17 +0.0% PASS
total/synth/CALLVALUE/a0 0.65 0.65 +0.2% PASS
total/synth/CALLVALUE/a1 0.68 0.68 -0.0% PASS
total/synth/CODESIZE/a0 0.65 0.65 +0.2% PASS
total/synth/CODESIZE/a1 0.68 0.68 +0.2% PASS
total/synth/DUP1/d0 0.02 0.02 +0.1% PASS
total/synth/DUP1/d1 0.02 0.02 -0.4% PASS
total/synth/DUP10/d0 0.02 0.02 +0.0% PASS
total/synth/DUP10/d1 0.02 0.02 -1.3% PASS
total/synth/DUP11/d0 0.02 0.02 -0.2% PASS
total/synth/DUP11/d1 0.02 0.02 -0.1% PASS
total/synth/DUP12/d0 0.02 0.02 -0.1% PASS
total/synth/DUP12/d1 0.02 0.02 -0.3% PASS
total/synth/DUP13/d0 0.02 0.02 -0.1% PASS
total/synth/DUP13/d1 0.02 0.02 -0.1% PASS
total/synth/DUP14/d0 0.02 0.02 -0.1% PASS
total/synth/DUP14/d1 0.02 0.02 -0.1% PASS
total/synth/DUP15/d0 0.02 0.02 -0.1% PASS
total/synth/DUP15/d1 0.02 0.02 -0.0% PASS
total/synth/DUP16/d0 0.02 0.02 -0.0% PASS
total/synth/DUP16/d1 0.02 0.02 +0.1% PASS
total/synth/DUP2/d0 0.02 0.02 -0.4% PASS
total/synth/DUP2/d1 0.02 0.02 -0.4% PASS
total/synth/DUP3/d0 0.02 0.02 -0.1% PASS
total/synth/DUP3/d1 0.02 0.02 -1.1% PASS
total/synth/DUP4/d0 0.02 0.02 -0.2% PASS
total/synth/DUP4/d1 0.02 0.02 -0.3% PASS
total/synth/DUP5/d0 0.02 0.02 -0.1% PASS
total/synth/DUP5/d1 0.02 0.02 -0.0% PASS
total/synth/DUP6/d0 0.02 0.02 -0.1% PASS
total/synth/DUP6/d1 0.02 0.02 -0.0% PASS
total/synth/DUP7/d0 0.02 0.02 +0.1% PASS
total/synth/DUP7/d1 0.02 0.02 -0.2% PASS
total/synth/DUP8/d0 0.02 0.02 +0.1% PASS
total/synth/DUP8/d1 0.02 0.02 -0.1% PASS
total/synth/DUP9/d0 0.02 0.02 +0.0% PASS
total/synth/DUP9/d1 0.02 0.02 -0.8% PASS
total/synth/EQ/b0 0.02 0.02 -0.1% PASS
total/synth/EQ/b1 0.02 0.02 -0.0% PASS
total/synth/GAS/a0 1.01 1.01 +0.0% PASS
total/synth/GAS/a1 1.05 1.05 -0.1% PASS
total/synth/GT/b0 0.02 0.02 +0.2% PASS
total/synth/GT/b1 0.02 0.02 -0.0% PASS
total/synth/ISZERO/u0 0.02 0.02 -0.1% PASS
total/synth/JUMPDEST/n0 0.18 0.18 -0.0% PASS
total/synth/LT/b0 0.02 0.02 -0.2% PASS
total/synth/LT/b1 0.02 0.02 -0.2% PASS
total/synth/MSIZE/a0 0.02 0.02 -0.2% PASS
total/synth/MSIZE/a1 0.02 0.02 -0.1% PASS
total/synth/MUL/b0 4.23 4.23 -0.1% PASS
total/synth/MUL/b1 4.45 4.43 -0.4% PASS
total/synth/NOT/u0 0.02 0.02 -0.0% PASS
total/synth/OR/b0 0.02 0.02 -0.6% PASS
total/synth/OR/b1 0.02 0.02 -0.3% PASS
total/synth/PC/a0 0.02 0.02 -0.2% PASS
total/synth/PC/a1 0.02 0.02 -0.3% PASS
total/synth/PUSH1/p0 0.02 0.02 +0.2% PASS
total/synth/PUSH1/p1 0.02 0.02 +0.1% PASS
total/synth/PUSH10/p0 0.04 0.04 -0.9% PASS
total/synth/PUSH10/p1 0.04 0.04 -0.3% PASS
total/synth/PUSH11/p0 0.05 0.05 -2.7% PASS
total/synth/PUSH11/p1 0.05 0.05 -2.5% PASS
total/synth/PUSH12/p0 0.05 0.05 -2.3% PASS
total/synth/PUSH12/p1 0.05 0.05 -1.7% PASS
total/synth/PUSH13/p0 0.05 0.05 +2.0% PASS
total/synth/PUSH13/p1 0.05 0.05 +1.0% PASS
total/synth/PUSH14/p0 0.05 0.05 +0.0% PASS
total/synth/PUSH14/p1 0.05 0.05 -0.0% PASS
total/synth/PUSH15/p0 0.06 0.06 +0.8% PASS
total/synth/PUSH15/p1 0.06 0.06 -0.2% PASS
total/synth/PUSH16/p0 0.06 0.06 +1.0% PASS
total/synth/PUSH16/p1 0.06 0.06 +0.4% PASS
total/synth/PUSH17/p0 0.06 0.06 -0.0% PASS
total/synth/PUSH17/p1 0.06 0.06 +0.4% PASS
total/synth/PUSH18/p0 0.06 0.06 -0.4% PASS
total/synth/PUSH18/p1 0.06 0.06 +0.4% PASS
total/synth/PUSH19/p0 0.07 0.07 +0.3% PASS
total/synth/PUSH19/p1 0.07 0.07 -0.7% PASS
total/synth/PUSH2/p0 0.02 0.02 +0.8% PASS
total/synth/PUSH2/p1 0.02 0.02 +0.0% PASS
total/synth/PUSH20/p0 0.07 0.07 -1.2% PASS
total/synth/PUSH20/p1 0.07 0.07 -1.4% PASS
total/synth/PUSH21/p0 0.07 0.07 -2.4% PASS
total/synth/PUSH21/p1 0.07 0.07 -2.7% PASS
total/synth/PUSH22/p0 1.86 1.85 -0.3% PASS
total/synth/PUSH22/p1 1.61 1.65 +2.6% PASS
total/synth/PUSH23/p0 1.83 1.83 +0.1% PASS
total/synth/PUSH23/p1 1.73 1.56 -9.9% PASS
total/synth/PUSH24/p0 1.85 1.85 -0.3% PASS
total/synth/PUSH24/p1 1.57 1.56 -0.3% PASS
total/synth/PUSH25/p0 1.84 1.84 +0.1% PASS
total/synth/PUSH25/p1 1.60 1.57 -1.8% PASS
total/synth/PUSH26/p0 1.84 1.84 -0.2% PASS
total/synth/PUSH26/p1 1.66 1.57 -5.1% PASS
total/synth/PUSH27/p0 1.85 1.88 +2.1% PASS
total/synth/PUSH27/p1 1.64 1.58 -4.2% PASS
total/synth/PUSH28/p0 1.85 1.86 +0.9% PASS
total/synth/PUSH28/p1 1.66 1.57 -5.4% PASS
total/synth/PUSH29/p0 1.85 1.85 -0.1% PASS
total/synth/PUSH29/p1 1.58 1.58 -0.0% PASS
total/synth/PUSH3/p0 0.02 0.02 +0.2% PASS
total/synth/PUSH3/p1 0.02 0.02 +0.1% PASS
total/synth/PUSH30/p0 1.86 1.87 +0.5% PASS
total/synth/PUSH30/p1 1.70 1.71 +0.3% PASS
total/synth/PUSH31/p0 1.86 1.92 +3.4% PASS
total/synth/PUSH31/p1 1.75 1.63 -6.7% PASS
total/synth/PUSH32/p0 1.86 1.88 +1.5% PASS
total/synth/PUSH32/p1 1.70 1.58 -6.6% PASS
total/synth/PUSH4/p0 0.03 0.03 -0.2% PASS
total/synth/PUSH4/p1 0.03 0.03 -0.2% PASS
total/synth/PUSH5/p0 0.03 0.03 -0.3% PASS
total/synth/PUSH5/p1 0.03 0.03 -0.1% PASS
total/synth/PUSH6/p0 0.03 0.03 -1.1% PASS
total/synth/PUSH6/p1 0.03 0.03 -0.6% PASS
total/synth/PUSH7/p0 0.03 0.03 -1.7% PASS
total/synth/PUSH7/p1 0.03 0.03 -0.3% PASS
total/synth/PUSH8/p0 0.04 0.04 -1.2% PASS
total/synth/PUSH8/p1 0.04 0.04 -1.7% PASS
total/synth/PUSH9/p0 0.04 0.04 -1.0% PASS
total/synth/PUSH9/p1 0.04 0.04 -1.5% PASS
total/synth/RETURNDATASIZE/a0 0.65 0.65 -0.0% PASS
total/synth/RETURNDATASIZE/a1 0.68 0.68 -0.0% PASS
total/synth/SAR/b0 3.55 3.55 +0.0% PASS
total/synth/SAR/b1 4.20 4.11 -2.1% PASS
total/synth/SGT/b0 0.02 0.02 +0.0% PASS
total/synth/SGT/b1 0.02 0.02 -0.1% PASS
total/synth/SHL/b0 4.00 4.01 +0.2% PASS
total/synth/SHL/b1 2.91 2.78 -4.4% PASS
total/synth/SHR/b0 3.11 3.12 +0.4% PASS
total/synth/SHR/b1 2.92 2.80 -3.9% PASS
total/synth/SIGNEXTEND/b0 2.48 2.73 +10.0% PASS
total/synth/SIGNEXTEND/b1 2.84 2.93 +3.2% PASS
total/synth/SLT/b0 0.02 0.02 +0.5% PASS
total/synth/SLT/b1 0.02 0.02 -0.2% PASS
total/synth/SUB/b0 0.02 0.02 -0.2% PASS
total/synth/SUB/b1 0.02 0.02 -0.2% PASS
total/synth/SWAP1/s0 0.02 0.02 -0.4% PASS
total/synth/SWAP10/s0 0.02 0.02 -0.4% PASS
total/synth/SWAP11/s0 0.02 0.02 -0.1% PASS
total/synth/SWAP12/s0 0.02 0.02 -0.3% PASS
total/synth/SWAP13/s0 0.02 0.02 -0.9% PASS
total/synth/SWAP14/s0 0.02 0.02 -0.7% PASS
total/synth/SWAP15/s0 0.02 0.02 -0.2% PASS
total/synth/SWAP16/s0 0.02 0.02 -0.4% PASS
total/synth/SWAP2/s0 0.02 0.02 -0.2% PASS
total/synth/SWAP3/s0 0.02 0.02 -0.2% PASS
total/synth/SWAP4/s0 0.02 0.02 -0.3% PASS
total/synth/SWAP5/s0 0.02 0.02 -0.2% PASS
total/synth/SWAP6/s0 0.02 0.02 -0.8% PASS
total/synth/SWAP7/s0 0.02 0.02 -0.5% PASS
total/synth/SWAP8/s0 0.02 0.02 -0.3% PASS
total/synth/SWAP9/s0 0.02 0.02 -0.6% PASS
total/synth/XOR/b0 0.02 0.02 -0.1% PASS
total/synth/XOR/b1 0.02 0.02 -0.1% PASS
total/synth/loop_v1 1.89 1.88 -0.5% PASS
total/synth/loop_v2 1.82 1.80 -0.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.

2 participants