vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.83k stars 789 forks source link

Optimizations Missing for Transient Storage #4017

Closed ritzdorf closed 2 months ago

ritzdorf commented 3 months ago

Version Information

Several optimizations performed when copying data from one location to another have a special path when the source or destination's location is the storage. No equivalent optimization is done for transient storage:

charles-cooper commented 2 months ago

resolved in #4015