bluealloy / revm

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

chore: bump main changelog #1630

Closed rakita closed 2 months ago

github-actions[bot] commented 2 months ago

Valgrind Results:

==3944== Cachegrind, a cache and branch-prediction profiler
==3944== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3944== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3944== Command: target/release/snailtracer
==3944== 
--3944-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.82946403s
==3944== 
==3944== I   refs:      427,042,389
==3944== I1  misses:          3,253
==3944== LLi misses:          2,829
==3944== I1  miss rate:        0.00%
==3944== LLi miss rate:        0.00%
==3944== 
==3944== D   refs:      204,077,705  (132,269,242 rd   + 71,808,463 wr)
==3944== D1  misses:        340,025  (    200,048 rd   +    139,977 wr)
==3944== LLd misses:        137,816  (      4,496 rd   +    133,320 wr)
==3944== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3944== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3944== 
==3944== LL refs:           343,278  (    203,301 rd   +    139,977 wr)
==3944== LL misses:         140,645  (      7,325 rd   +    133,320 wr)
==3944== LL miss rate:          0.0% (        0.0%     +        0.2%  )