You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling a solidity file to bytecode, the Yul optimizer can be used with different sequences that lead to possible completely different output. We could study the impact of these parameters in therms of final kakarot/starknet usage in steps, recommend some configuration, and work on a compiler ourself.
ClementWalter
changed the title
feat: Analyse the impact of the yul compilator in kakarot execution
feat: Analyse the impact of the yul compiler in kakarot execution
Apr 24, 2024
Feature Request
Describe the Feature Request
When compiling a solidity file to bytecode, the Yul optimizer can be used with different sequences that lead to possible completely different output. We could study the impact of these parameters in therms of final kakarot/starknet usage in steps, recommend some configuration, and work on a compiler ourself.
Additional Context
https://docs.soliditylang.org/en/v0.8.17/yul.html#yul-optimizer
The text was updated successfully, but these errors were encountered: