Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(revm): Add helpers to Build Revm with Context #1068

Merged
merged 5 commits into from
Feb 8, 2024
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Feb 8, 2024

Added ContextWithHandlerCfg, EvmBuilder::with_context_with_handler_cfg and Evm::into_context_with_handler_cfg

Copy link
Contributor

github-actions bot commented Feb 8, 2024

Valgrind Results:

==3972== Cachegrind, a cache and branch-prediction profiler
==3972== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3972== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3972== Command: target/release/snailtracer
==3972== 
--3972-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.0s) ...            not enough samples
==3972== 
==3972== I   refs:      471,784,940
==3972== I1  misses:          4,402
==3972== LLi misses:          2,899
==3972== I1  miss rate:        0.00%
==3972== LLi miss rate:        0.00%
==3972== 
==3972== D   refs:      229,164,014  (152,345,793 rd   + 76,818,221 wr)
==3972== D1  misses:        322,587  (    182,776 rd   +    139,811 wr)
==3972== LLd misses:        137,535  (      4,057 rd   +    133,478 wr)
==3972== D1  miss rate:         0.1% (        0.1%     +        0.2%  )
==3972== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3972== 
==3972== LL refs:           326,989  (    187,178 rd   +    139,811 wr)
==3972== LL misses:         140,434  (      6,956 rd   +    133,478 wr)
==3972== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 4ab3341 into main Feb 8, 2024
25 checks passed
@rakita rakita deleted the build_context branch February 12, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant