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

Merge with upstream 17 0 0 #10

Merged
merged 12 commits into from
Nov 27, 2024
Merged

Merge with upstream 17 0 0 #10

merged 12 commits into from
Nov 27, 2024

Conversation

allnil
Copy link

@allnil allnil commented Nov 27, 2024

No description provided.

Copy link

Valgrind Results:

==3855== Cachegrind, a cache and branch-prediction profiler
==3855== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3855== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3855== Command: target/release/snailtracer
==3855== 
--3855-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 2.011365882s
==3855== 
==3855== I   refs:      479,812,158
==3855== I1  misses:          3,246
==3855== LLi misses:          2,898
==3855== I1  miss rate:        0.00%
==3855== LLi miss rate:        0.00%
==3855== 
==3855== D   refs:      216,896,396  (137,944,055 rd   + 78,952,341 wr)
==3855== D1  misses:        343,330  (    203,421 rd   +    139,909 wr)
==3855== LLd misses:        137,701  (      4,408 rd   +    133,293 wr)
==3855== D1  miss rate:         0.2% (        0.1%     +        0.2%  )
==3855== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3855== 
==3855== LL refs:           346,576  (    206,667 rd   +    139,909 wr)
==3855== LL misses:         140,599  (      7,306 rd   +    133,293 wr)
==3855== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@allnil allnil merged commit 1839a61 into main Nov 27, 2024
10 of 27 checks passed
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.

3 participants