Commit graph

1 commit

Author SHA1 Message Date
Sina Mahmoodi
5c4a89562d core, eth: move jumpdest cache to BlockChain
Replaces the process-global LRU with a chain-owned, byte-bounded
SizeConstrainedCache (128MB) shared between block processor and
prefetcher. Threaded through Process/Prefetch as an optional argument;
RPC, tracing, and stateless callers pass nil and the EVM falls back to
its per-instance map. Adds chain/cache/jumpdest/{hit,miss} meters.
2026-05-07 19:46:51 +00:00