solidity/test/cmdlineTests/constant_optimizer_yul
hrkrshnn 6d9e9e1b1e Fix small bug in GasMeter calculation in creation context
Old calculation did not ignore `optimize-runs` parameter, when creation code gas computations were
done. This would lead to expanding values such as `shl(180, 1)` inside constructor code, even for
the default value for `--optimize-runs`, i.e., 200.
2021-03-17 12:33:10 +01:00
..
args Fix small bug in GasMeter calculation in creation context 2021-03-17 12:33:10 +01:00
err Fix small bug in GasMeter calculation in creation context 2021-03-17 12:33:10 +01:00
input.sol Fix small bug in GasMeter calculation in creation context 2021-03-17 12:33:10 +01:00
output Fix small bug in GasMeter calculation in creation context 2021-03-17 12:33:10 +01:00