Candy-Labs / CandyContracts

Open-source NFT contract implementations
MIT License
11 stars 7 forks source link

Reorder declaration of variables? #13

Closed kyokosdream closed 2 years ago

kyokosdream commented 2 years ago

Need to test whether declaring the variables in a different order can be optimized for compiler packing.

kyokosdream commented 2 years ago

Completed in a previous release, put the smaller variables that don't consume an entire storage slot adjacent to one another.