1 2 3 4 5 6 7 8 9 10 11 12
{ // Constants cost depending on their magnitude. // Do not rematerialize large constants. let a := 0xffffffffffffffffffffff mstore(a, a) } // ---- // rematerialiser // { // let a := 0xffffffffffffffffffffff // mstore(a, a) // }