solidity/libyul/backends
hrkrshnn 011f8d3ff7 Changed the type of gas calculation to bigint instead of size_t
Since the gas calculation can involve multiplication by ``--optimize-runs``, it is possible that
`size_t` is not enough to represent the total gas.
2021-04-22 18:19:47 +02:00
..
evm Changed the type of gas calculation to bigint instead of size_t 2021-04-22 18:19:47 +02:00
wasm Optimizer context has parameter expectedExecutionsPerDeployment 2021-04-22 17:27:57 +02:00