bnb-chain / revm

MIT License
12 stars 9 forks source link

feat: update order of the hardforks for Fjord #70

Closed yutianwu closed 2 months ago

yutianwu commented 2 months ago

Description

This pr will adjust hardfork order for Fjord upgrade.

Rationale

Update the order of the hardforks for Fjord

Example

na

Changes

Notable changes:

Potential Impacts

na

github-actions[bot] commented 2 months ago

Valgrind Results:

==6494== Cachegrind, a cache and branch-prediction profiler
==6494== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6494== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6494== Command: target/release/snailtracer
==6494== 
--6494-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.836847393s
==6494== 
==6494== I   refs:      426,812,376
==6494== I1  misses:          3,228
==6494== LLi misses:          2,848
==6494== I1  miss rate:        0.00%
==6494== LLi miss rate:        0.00%
==6494== 
==6494== D   refs:      204,174,960  (132,369,351 rd   + 71,805,609 wr)
==6494== D1  misses:        339,904  (    199,958 rd   +    139,946 wr)
==6494== LLd misses:        137,633  (      4,344 rd   +    133,289 wr)
==6494== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6494== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6494== 
==6494== LL refs:           343,132  (    203,186 rd   +    139,946 wr)
==6494== LL misses:         140,481  (      7,192 rd   +    133,289 wr)
==6494== LL miss rate:          0.0% (        0.0%     +        0.2%  )