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
It accesses the fields of packedData repeatedly. While it's possible that the Solidity optimizer could optimize away some of the reads, in general it's not super reliable so best to optimize the storage accesses by hand if the performance matters.
The text was updated successfully, but these errors were encountered:
It accesses the fields of packedData repeatedly. While it's possible that the Solidity optimizer could optimize away some of the reads, in general it's not super reliable so best to optimize the storage accesses by hand if the performance matters.
The text was updated successfully, but these errors were encountered: