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

refactor(interpreter): refactor sstore_cost #974

Merged
merged 9 commits into from
Jan 12, 2024
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Jan 12, 2024

closes #830

I didn't have permission to push it to this branch #891 so i made PR.

Copy link
Contributor

github-actions bot commented Jan 12, 2024

Valgrind Results:

==3966== Cachegrind, a cache and branch-prediction profiler
==3966== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3966== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3966== Command: target/release/snailtracer
==3966== 
--3966-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.1s) ...            not enough samples
==3966== 
==3966== I   refs:      455,345,856
==3966== I1  misses:          4,530
==3966== LLi misses:          2,887
==3966== I1  miss rate:        0.00%
==3966== LLi miss rate:        0.00%
==3966== 
==3966== D   refs:      237,387,700  (160,564,497 rd   + 76,823,203 wr)
==3966== D1  misses:        349,239  (    208,934 rd   +    140,305 wr)
==3966== LLd misses:        137,561  (      4,048 rd   +    133,513 wr)
==3966== D1  miss rate:         0.1% (        0.1%     +        0.2%  )
==3966== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3966== 
==3966== LL refs:           353,769  (    213,464 rd   +    140,305 wr)
==3966== LL misses:         140,448  (      6,935 rd   +    133,513 wr)
==3966== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 867c5ba into main Jan 12, 2024
23 checks passed
@github-actions github-actions bot mentioned this pull request Jan 12, 2024
@rakita rakita deleted the 830-refactor-sstore-cost branch January 13, 2024 15:04
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.

refactor(interpreter): refactor sstore_cost
2 participants