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: Remove Host constrain from calc_call_gas #1409

Merged
merged 2 commits into from
May 13, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented May 13, 2024

closes #1402

Copy link
Contributor

Valgrind Results:

==4060== Cachegrind, a cache and branch-prediction profiler
==4060== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4060== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4060== Command: target/release/snailtracer
==4060== 
--4060-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.839635005s
==4060== 
==4060== I   refs:      429,372,254
==4060== I1  misses:          3,198
==4060== LLi misses:          2,811
==4060== I1  miss rate:        0.00%
==4060== LLi miss rate:        0.00%
==4060== 
==4060== D   refs:      206,205,215  (133,650,791 rd   + 72,554,424 wr)
==4060== D1  misses:        321,928  (    182,220 rd   +    139,708 wr)
==4060== LLd misses:        137,714  (      4,341 rd   +    133,373 wr)
==4060== D1  miss rate:         0.2% (        0.1%     +        0.2%  )
==4060== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4060== 
==4060== LL refs:           325,126  (    185,418 rd   +    139,708 wr)
==4060== LL misses:         140,525  (      7,152 rd   +    133,373 wr)
==4060== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 919aae5 into main May 13, 2024
25 checks passed
@rakita rakita deleted the rakita/rm_host_calc_call_gas branch May 13, 2024 07:32
This was referenced Jun 8, 2024
This was referenced Jun 17, 2024
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.

calc_call_gas redundant H: Host type parameter
2 participants