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

Enhance each optimization with further info #15

Open
StErMi opened this issue Jul 4, 2022 · 1 comment
Open

Enhance each optimization with further info #15

StErMi opened this issue Jul 4, 2022 · 1 comment

Comments

@StErMi
Copy link

StErMi commented Jul 4, 2022

Each gas optimization should have this information:

  • further knowledge links to understand why that change improves gas usage
  • forge snapshot to compare A/B testing. How much gas are we going to get? People will also be able to test with different config (solidity version, compile flags and so on)
  • With which solidity version and compiler flags these gas optimizations are true? From which Solidity version you can drop these "workarounds"?
@PaulRBerg
Copy link

Seconded. The last point, in particular, is critical because depending upon the compiler flags (e.g. optimizer) there might no difference between the suggested optimizations.

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

No branches or pull requests

2 participants