-
-
Notifications
You must be signed in to change notification settings - Fork 836
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: optimize literal bytestrings #3501
base: master
Are you sure you want to change the base?
feat: optimize literal bytestrings #3501
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #3501 +/- ##
===========================================
- Coverage 89.19% 57.60% -31.60%
===========================================
Files 84 85 +1
Lines 10979 11299 +320
Branches 2507 2570 +63
===========================================
- Hits 9793 6509 -3284
- Misses 774 4161 +3387
- Partials 412 629 +217
... and 57 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
optimize bytestrings in both codesize and gas store them in code, and CODECOPY to memory when needed instead of inlining
35bc569
to
c5ad1d8
Compare
What I did
per title
depends on
data
directives introduced in #3496 .How I did it
How to verify it
Commit message
Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)
Description for the changelog
Cute Animal Picture