EVM Interview Struggles: Gas Costs & Slot Packing
Hey folks, I just had a blockchain dev interview, and I got stuck on a couple of EVM-related questions. Hoping someone can help me break them down! How is gas mapped to major opcodes like SSTORE, SLOAD (warm & cold), MLOAD, etc.? I know different opcodes have different gas costs, but I couldn’t explain why or how the mapping works in detail. What exactly is slot packing in the EVM? I get that it's related to storage optimization, but I’m still a bit fuzzy on how it actually works in practice. If anyone can explain these in a simple way (or share good resources), that’d be a huge help. Thanks!