mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #10414 from ethereum/noEmptyStableRun
Abort early if the optimizer sequence is empty.
This commit is contained in:
		
						commit
						e8843fe1d3
					
				| @ -364,6 +364,9 @@ void OptimiserSuite::runSequenceUntilStable( | ||||
| 	size_t maxRounds | ||||
| ) | ||||
| { | ||||
| 	if (_steps.empty()) | ||||
| 		return; | ||||
| 
 | ||||
| 	size_t codeSize = 0; | ||||
| 	for (size_t rounds = 0; rounds < maxRounds; ++rounds) | ||||
| 	{ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user