bnb-chain / revm

MIT License
11 stars 8 forks source link

chore: merge with upstream v13.0.0 #62

Closed pythonberg1997 closed 1 month ago

pythonberg1997 commented 1 month ago

Description

This pr is to merge with upstream v13.0.0

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 1 month ago

Valgrind Results:

==6295== Cachegrind, a cache and branch-prediction profiler
==6295== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6295== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6295== Command: target/release/snailtracer
==6295== 
--6295-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.818416829s
==6295== 
==6295== I   refs:      427,740,046
==6295== I1  misses:          3,155
==6295== LLi misses:          2,825
==6295== I1  miss rate:        0.00%
==6295== LLi miss rate:        0.00%
==6295== 
==6295== D   refs:      204,084,168  (132,274,775 rd   + 71,809,393 wr)
==6295== D1  misses:        340,493  (    200,533 rd   +    139,960 wr)
==6295== LLd misses:        137,644  (      4,354 rd   +    133,290 wr)
==6295== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6295== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6295== 
==6295== LL refs:           343,648  (    203,688 rd   +    139,960 wr)
==6295== LL misses:         140,469  (      7,179 rd   +    133,290 wr)
==6295== LL miss rate:          0.0% (        0.0%     +        0.2%  )