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 #1730

Closed rakita closed 2 months ago

github-actions[bot] commented 2 months ago

Valgrind Results:

==3940== Cachegrind, a cache and branch-prediction profiler
==3940== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3940== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3940== Command: target/release/snailtracer
==3940== 
--3940-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.845117586s
==3940== 
==3940== I   refs:      427,439,564
==3940== I1  misses:          8,033
==3940== LLi misses:          2,852
==3940== I1  miss rate:        0.00%
==3940== LLi miss rate:        0.00%
==3940== 
==3940== D   refs:      203,986,966  (132,176,040 rd   + 71,810,926 wr)
==3940== D1  misses:        342,614  (    202,700 rd   +    139,914 wr)
==3940== LLd misses:        137,710  (      4,397 rd   +    133,313 wr)
==3940== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3940== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3940== 
==3940== LL refs:           350,647  (    210,733 rd   +    139,914 wr)
==3940== LL misses:         140,562  (      7,249 rd   +    133,313 wr)
==3940== LL miss rate:          0.0% (        0.0%     +        0.2%  )