bluealloy / revm

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

bump: main changelog update #1626

Closed rakita closed 3 months ago

github-actions[bot] commented 3 months ago

Valgrind Results:

==3921== Cachegrind, a cache and branch-prediction profiler
==3921== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3921== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3921== Command: target/release/snailtracer
==3921== 
--3921-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.796319367s
==3921== 
==3921== I   refs:      427,039,684
==3921== I1  misses:          3,209
==3921== LLi misses:          2,847
==3921== I1  miss rate:        0.00%
==3921== LLi miss rate:        0.00%
==3921== 
==3921== D   refs:      204,076,850  (132,268,645 rd   + 71,808,205 wr)
==3921== D1  misses:        340,345  (    200,384 rd   +    139,961 wr)
==3921== LLd misses:        137,816  (      4,496 rd   +    133,320 wr)
==3921== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3921== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3921== 
==3921== LL refs:           343,554  (    203,593 rd   +    139,961 wr)
==3921== LL misses:         140,663  (      7,343 rd   +    133,320 wr)
==3921== LL miss rate:          0.0% (        0.0%     +        0.2%  )