State expiry is going to modify the gas schedule such that some things become more expensive and some things become cheaper.
https://notes.ethereum.org/@vbuterin/witness_gas_cost_2
It would be good to analyze how this will effect popular contracts. (see state expiry call recording). The exact methodology for how to do this analysis would need to be figured out, but it would likely involve running modified client code to export this data. It might be possible to use the transaction tracing APIs to get the necessary data from block execution to do this without client modifications.