mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	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.
		
			
				
	
	
		
			2 lines
		
	
	
		
			50 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			50 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --optimize --ir-optimized --optimize-runs 1000000
 |