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

fix(EOF): add DATACOPY copy gas #1510

Merged
merged 1 commit into from
Jun 11, 2024
Merged

fix(EOF): add DATACOPY copy gas #1510

merged 1 commit into from
Jun 11, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented Jun 11, 2024

Added missing gas for copy operation of datacopy

Copy link
Contributor

Valgrind Results:

==3781== Cachegrind, a cache and branch-prediction profiler
==3781== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3781== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3781== Command: target/release/snailtracer
==3781== 
--3781-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.851904119s
==3781== 
==3781== I   refs:      430,650,669
==3781== I1  misses:          4,636
==3781== LLi misses:          2,812
==3781== I1  miss rate:        0.00%
==3781== LLi miss rate:        0.00%
==3781== 
==3781== D   refs:      202,360,206  (131,535,527 rd   + 70,824,679 wr)
==3781== D1  misses:        341,481  (    201,689 rd   +    139,792 wr)
==3781== LLd misses:        137,821  (      4,329 rd   +    133,492 wr)
==3781== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3781== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3781== 
==3781== LL refs:           346,117  (    206,325 rd   +    139,792 wr)
==3781== LL misses:         140,633  (      7,141 rd   +    133,492 wr)
==3781== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit d008720 into main Jun 11, 2024
25 checks passed
@github-actions github-actions bot mentioned this pull request Jun 11, 2024
@rakita rakita deleted the rakita/datacopy_gas branch June 11, 2024 19:31
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.

1 participant