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

chore: refactor -copy common code #1799

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Sep 24, 2024

refactor memory_resize

closing #1637

superseding #1655

Copy link
Contributor

github-actions bot commented Sep 24, 2024

Valgrind Results:

==4500== Cachegrind, a cache and branch-prediction profiler
==4500== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4500== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4500== Command: target/release/revme bench snailtracer
==4500== 
--4500-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.828807804s
==4500== 
==4500== I   refs:      429,381,488
==4500== I1  misses:          4,820
==4500== LLi misses:          4,161
==4500== I1  miss rate:        0.00%
==4500== LLi miss rate:        0.00%
==4500== 
==4500== D   refs:      205,675,632  (133,129,691 rd   + 72,545,941 wr)
==4500== D1  misses:        346,539  (    203,585 rd   +    142,954 wr)
==4500== LLd misses:        142,400  (      7,268 rd   +    135,132 wr)
==4500== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4500== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4500== 
==4500== LL refs:           351,359  (    208,405 rd   +    142,954 wr)
==4500== LL misses:         146,561  (     11,429 rd   +    135,132 wr)
==4500== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 47169b3 into main Sep 24, 2024
27 checks passed
@DaniPopes DaniPopes deleted the rakita/refactor_memory_resize branch September 24, 2024 14:39
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