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): eofcreate code deploy gas #1540

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Jun 17, 2024

Deduct code deploy gas.

remove min stipend, will double check this in discord but evmone does not have it and it is not in main EOF repo. It was part of legacy eip-7069 that is why I added it.

Copy link
Contributor

Valgrind Results:

==4047== Cachegrind, a cache and branch-prediction profiler
==4047== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4047== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4047== Command: target/release/snailtracer
==4047== 
--4047-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.851988627s
==4047== 
==4047== I   refs:      427,036,914
==4047== I1  misses:          3,974
==4047== LLi misses:          2,794
==4047== I1  miss rate:        0.00%
==4047== LLi miss rate:        0.00%
==4047== 
==4047== D   refs:      204,076,525  (132,268,733 rd   + 71,807,792 wr)
==4047== D1  misses:        340,735  (    200,834 rd   +    139,901 wr)
==4047== LLd misses:        137,565  (      4,327 rd   +    133,238 wr)
==4047== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4047== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4047== 
==4047== LL refs:           344,709  (    204,808 rd   +    139,901 wr)
==4047== LL misses:         140,359  (      7,121 rd   +    133,238 wr)
==4047== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit c2a04cb into main Jun 18, 2024
25 checks passed
@rakita rakita deleted the rakita/eofcreate_gas_deploy branch June 18, 2024 10:24
This was referenced Jun 18, 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.

2 participants