This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6d9e9e1b1e
solidity
/
test
/
cmdlineTests
/
constant_optimizer_yul
/
err
2 lines
1 B
Raw
Normal View
History
Unescape
Escape
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 10:12:28 +00:00
Reference in New Issue
Copy Permalink