bnb-chain / revm

MIT License
11 stars 8 forks source link

feat: add support for BSC #31

Closed pythonberg1997 closed 3 months ago

pythonberg1997 commented 3 months ago

Description

This pr is to add support for BSC

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:

==6404== Cachegrind, a cache and branch-prediction profiler
==6404== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6404== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6404== Command: target/release/snailtracer
==6404== 
--6404-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.804977883s
==6404== 
==6404== I   refs:      422,733,680
==6404== I1  misses:          3,944
==6404== LLi misses:          2,787
==6404== I1  miss rate:        0.00%
==6404== LLi miss rate:        0.00%
==6404== 
==6404== D   refs:      205,658,580  (133,300,829 rd   + 72,357,751 wr)
==6404== D1  misses:        344,866  (    204,668 rd   +    140,198 wr)
==6404== LLd misses:        137,602  (      4,256 rd   +    133,346 wr)
==6404== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6404== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6404== 
==6404== LL refs:           348,810  (    208,612 rd   +    140,198 wr)
==6404== LL misses:         140,389  (      7,043 rd   +    133,346 wr)
==6404== LL miss rate:          0.0% (        0.0%     +        0.2%  )