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): ExtDelegateCall caller/target switch #1571

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Jun 27, 2024

target and caller were incorrectly set for ExtDelegateCall

Copy link
Contributor

Valgrind Results:

==3937== Cachegrind, a cache and branch-prediction profiler
==3937== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3937== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3937== Command: target/release/snailtracer
==3937== 
--3937-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.818902288s
==3937== 
==3937== I   refs:      427,038,293
==3937== I1  misses:          3,241
==3937== LLi misses:          2,788
==3937== I1  miss rate:        0.00%
==3937== LLi miss rate:        0.00%
==3937== 
==3937== D   refs:      204,076,878  (132,269,062 rd   + 71,807,816 wr)
==3937== D1  misses:        341,187  (    201,242 rd   +    139,945 wr)
==3937== LLd misses:        137,731  (      4,448 rd   +    133,283 wr)
==3937== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3937== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3937== 
==3937== LL refs:           344,428  (    204,483 rd   +    139,945 wr)
==3937== LL misses:         140,519  (      7,236 rd   +    133,283 wr)
==3937== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita changed the title fix(eof): ExtDelegateCall caller/target switch fix(EOF): ExtDelegateCall caller/target switch Jun 27, 2024
@rakita rakita merged commit 27b67a0 into main Jun 27, 2024
26 checks passed
@rakita rakita deleted the rakita/fix_extdelcall branch June 30, 2024 20:17
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