Pi-Squared-Inc / solidity-demo-semantics

Demonstration Solidity Semantics in K
2 stars 2 forks source link

convert store cell to list #27

Closed dwightguth closed 1 week ago

dwightguth commented 2 weeks ago

While the larger changes to the semantics to try to replace identifiers with integer indices proved to not be helpful for performance, the keys to the store cell were already densely laid-out integers, so it proved quite simple to convert this one cell to a List from a Map.

dwightguth commented 1 week ago

It's a reversion of some changes Tolga made to the contract that caused problems for performance.