bnb-chain / revm

MIT License
11 stars 8 forks source link

chore: merge with upstream #34

Closed pythonberg1997 closed 3 months ago

pythonberg1997 commented 3 months ago

Description

This pr is to merge upstream updates into develop branch

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

Potential Impacts

github-actions[bot] commented 3 months ago

Valgrind Results:

==6420== Cachegrind, a cache and branch-prediction profiler
==6420== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6420== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6420== Command: target/release/snailtracer
==6420== 
--6420-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.851338424s
==6420== 
==6420== I   refs:      427,037,486
==6420== I1  misses:          3,092
==6420== LLi misses:          2,790
==6420== I1  miss rate:        0.00%
==6420== LLi miss rate:        0.00%
==6420== 
==6420== D   refs:      204,076,645  (132,268,847 rd   + 71,807,798 wr)
==6420== D1  misses:        341,379  (    201,477 rd   +    139,902 wr)
==6420== LLd misses:        137,569  (      4,329 rd   +    133,240 wr)
==6420== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6420== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6420== 
==6420== LL refs:           344,471  (    204,569 rd   +    139,902 wr)
==6420== LL misses:         140,359  (      7,119 rd   +    133,240 wr)
==6420== LL miss rate:          0.0% (        0.0%     +        0.2%  )