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): extstaticcall make static #1508

Merged
merged 1 commit into from
Jun 11, 2024
Merged

fix(EOF): extstaticcall make static #1508

merged 1 commit into from
Jun 11, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented Jun 11, 2024

Added few TODOs and fixed the propagation of static call flag

Copy link
Contributor

Valgrind Results:

==3865== Cachegrind, a cache and branch-prediction profiler
==3865== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3865== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3865== Command: target/release/snailtracer
==3865== 
--3865-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.819741753s
==3865== 
==3865== I   refs:      430,648,965
==3865== I1  misses:          3,377
==3865== LLi misses:          2,813
==3865== I1  miss rate:        0.00%
==3865== LLi miss rate:        0.00%
==3865== 
==3865== D   refs:      202,359,538  (131,535,121 rd   + 70,824,417 wr)
==3865== D1  misses:        341,397  (    201,584 rd   +    139,813 wr)
==3865== LLd misses:        137,822  (      4,327 rd   +    133,495 wr)
==3865== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3865== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3865== 
==3865== LL refs:           344,774  (    204,961 rd   +    139,813 wr)
==3865== LL misses:         140,635  (      7,140 rd   +    133,495 wr)
==3865== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 4902ffa into main Jun 11, 2024
25 checks passed
@github-actions github-actions bot mentioned this pull request Jun 11, 2024
@rakita rakita deleted the extscall_static 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