bluealloy
revm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Revert "bench: switch criterion to walltime mode" This reverts commit 45e8cdca1b6304a20f31a07b0801395a7d84a534.
pepyakin:pep/revm-oomph
48 minutes ago
bench: switch criterion to walltime mode Amp-Thread-ID: https://ampcode.com/threads/T-019d84ad-b5ee-707d-8ac4-a49e3b575ae8 Co-authored-by: Amp <amp@ampcode.com>
pepyakin:pep/revm-oomph
50 minutes ago
port revm-oomph interpreter optimizations - Stack: AVX-accelerated swap, discard, push_immediate, pop - Memory: direct get_u256/set_u256 via unaligned pointer reads - Control: inlined jump/jumpi with short-circuit for false condition - Osaka dispatch: match-based opcode dispatch replacing function-pointer table - Shared memory: bump initial capacity to 512 KiB Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d84ad-b5ee-707d-8ac4-a49e3b575ae8
pepyakin:pep/revm-oomph
2 hours ago
feat: match loop
DaniPopes:dani/for-each-opcode
3 hours ago
docs
DaniPopes:dani/dedup-load-account
4 hours ago
refactor(interpreter): dedup account loading across host instructions Replace the duplicated `if berlin { berlin_load_account!() } else { load_account_info_skip_cold_load() }` pattern in balance, extcodesize, extcodehash, and extcodecopy with a single `load_account` function. Pre-Berlin, `cold_account_additional_cost` is 0, so the cold load gas logic is a no-op and the function works correctly for all spec versions. Remove the `berlin_load_account!` macro entirely.
DaniPopes:dani/dedup-load-account
4 hours ago
renames
DaniPopes:dani/instruction-result-cleanup
5 hours ago
acceptgas
DaniPopes:dani/separate-gas-table
5 hours ago
Latest Branches
CodSpeed Performance Gauge
-6%
port revm-oomph interpreter optimizations
#3564
54 minutes ago
3c716a4
pepyakin:pep/revm-oomph
CodSpeed Performance Gauge
-7%
perf(interpreter): match loop
#3563
4 hours ago
b4800cb
DaniPopes:dani/for-each-opcode
CodSpeed Performance Gauge
+6%
refactor(interpreter): dedup account loading across host instructions
#3562
4 hours ago
d624a39
DaniPopes:dani/dedup-load-account
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs