mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set CommonSubexpressionEliminator max chunk size to 2000
This commit is contained in:
parent
91638ed7b2
commit
e980a29186
@ -179,7 +179,7 @@ AssemblyItemIterator CommonSubexpressionEliminator::feedItems(
|
||||
)
|
||||
{
|
||||
assertThrow(!m_breakingItem, OptimizerException, "Invalid use of CommonSubexpressionEliminator.");
|
||||
unsigned const maxChunkSize = 1000;
|
||||
unsigned const maxChunkSize = 2000;
|
||||
unsigned chunkSize = 0;
|
||||
for (
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user