bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.64k stars 551 forks source link

chore: clean up some journalstate docs #1712

Closed onbjerg closed 2 months ago

github-actions[bot] commented 2 months ago

Valgrind Results:

==3959== Cachegrind, a cache and branch-prediction profiler
==3959== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3959== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3959== Command: target/release/snailtracer
==3959== 
--3959-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.842261077s
==3959== 
==3959== I   refs:      427,733,651
==3959== I1  misses:          4,532
==3959== LLi misses:          2,835
==3959== I1  miss rate:        0.00%
==3959== LLi miss rate:        0.00%
==3959== 
==3959== D   refs:      204,081,690  (132,272,695 rd   + 71,808,995 wr)
==3959== D1  misses:        340,086  (    200,148 rd   +    139,938 wr)
==3959== LLd misses:        137,638  (      4,345 rd   +    133,293 wr)
==3959== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3959== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3959== 
==3959== LL refs:           344,618  (    204,680 rd   +    139,938 wr)
==3959== LL misses:         140,473  (      7,180 rd   +    133,293 wr)
==3959== LL miss rate:          0.0% (        0.0%     +        0.2%  )