bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use
https://bluealloy.github.io/revm/
MIT License
1.5k stars 482 forks source link

chore: bump precompile to v9.0.0 #1590

Closed rakita closed 1 week ago

github-actions[bot] commented 1 week ago

Valgrind Results:

==4020== Cachegrind, a cache and branch-prediction profiler
==4020== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4020== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4020== Command: target/release/snailtracer
==4020== 
--4020-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.823175519s
==4020== 
==4020== I   refs:      427,038,544
==4020== I1  misses:          3,753
==4020== LLi misses:          2,805
==4020== I1  miss rate:        0.00%
==4020== LLi miss rate:        0.00%
==4020== 
==4020== D   refs:      204,076,607  (132,268,509 rd   + 71,808,098 wr)
==4020== D1  misses:        341,469  (    201,452 rd   +    140,017 wr)
==4020== LLd misses:        137,812  (      4,490 rd   +    133,322 wr)
==4020== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4020== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4020== 
==4020== LL refs:           345,222  (    205,205 rd   +    140,017 wr)
==4020== LL misses:         140,617  (      7,295 rd   +    133,322 wr)
==4020== LL miss rate:          0.0% (        0.0%     +        0.2%  )