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

feat: eip-7623 #1744

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: eip-7623 #1744

wants to merge 3 commits into from

Conversation

rkrasiuk
Copy link
Collaborator

@rkrasiuk rkrasiuk commented Sep 3, 2024

Description

Implementation of EIP-7623.

Pending clarification and final inclusion in the fork

Copy link
Contributor

github-actions bot commented Sep 3, 2024

Valgrind Results:

==3953== Cachegrind, a cache and branch-prediction profiler
==3953== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3953== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3953== Command: target/release/snailtracer
==3953== 
--3953-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.83093677s
==3953== 
==3953== I   refs:      427,436,875
==3953== I1  misses:          3,152
==3953== LLi misses:          2,850
==3953== I1  miss rate:        0.00%
==3953== LLi miss rate:        0.00%
==3953== 
==3953== D   refs:      203,986,108  (132,175,448 rd   + 71,810,660 wr)
==3953== D1  misses:        342,749  (    202,812 rd   +    139,937 wr)
==3953== LLd misses:        137,711  (      4,396 rd   +    133,315 wr)
==3953== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3953== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3953== 
==3953== LL refs:           345,901  (    205,964 rd   +    139,937 wr)
==3953== LL misses:         140,561  (      7,246 rd   +    133,315 wr)
==3953== LL miss rate:          0.0% (        0.0%     +        0.2%  )

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