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

Implement RETURNDATALOAD (EOF) #786

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Implement RETURNDATALOAD (EOF) #786

merged 1 commit into from
Jan 29, 2024

Conversation

pdobacz
Copy link
Collaborator

@pdobacz pdobacz commented Jan 9, 2024

Closes #775

Inclusion is still somewhat pending, but this is likely to be included in the EOF instruction set to avoid code size regressions reported by compiler teams.

For this reason, I'm opening as draft, but this is reviewable. Does including a new opcode require any additional work?

@pdobacz pdobacz requested review from chfast and gumb0 January 9, 2024 08:24
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (951b88d) 97.91% compared to head (5f61632) 97.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #786      +/-   ##
==========================================
+ Coverage   97.91%   97.94%   +0.02%     
==========================================
  Files         110      110              
  Lines       10670    10791     +121     
==========================================
+ Hits        10448    10569     +121     
  Misses        222      222              
Flag Coverage Δ
blockchaintests 59.88% <0.00%> (-0.49%) ⬇️
statetests 62.14% <0.00%> (-0.22%) ⬇️
statetests-silkpre 25.57% <5.98%> (-0.25%) ⬇️
unittests 95.94% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
lib/evmone/advanced_instructions.cpp 100.00% <ø> (ø)
lib/evmone/baseline_instruction_table.cpp 100.00% <ø> (ø)
lib/evmone/instructions.hpp 100.00% <100.00%> (ø)
test/unittests/evm_calls_test.cpp 100.00% <100.00%> (ø)
test/unittests/instructions_test.cpp 89.58% <ø> (ø)
test/utils/bytecode.hpp 96.01% <100.00%> (+0.03%) ⬆️

@rodiazet rodiazet changed the title Implement RETURNDATALOAD (EOF) evmmax: Implement RETURNDATALOAD (EOF) Jan 9, 2024
@rodiazet rodiazet changed the title evmmax: Implement RETURNDATALOAD (EOF) Implement RETURNDATALOAD (EOF) Jan 9, 2024
lib/evmone/instructions.hpp Outdated Show resolved Hide resolved
lib/evmone/instructions.hpp Outdated Show resolved Hide resolved
@pdobacz pdobacz merged commit 32b906a into master Jan 29, 2024
25 checks passed
@pdobacz pdobacz deleted the returndataload branch January 29, 2024 14:22
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.

Implement RETURNDATALOAD (as part of EOF)
2 participants