const PUSH_BYTE_ANALYSIS_LIMIT: usize = _; // 24_576usize
Expand description
The maximum number of bytes we will look at in bytecodes to find push bytes (24 KiB).
This is to limit the performance impact of fuzz tests that might deploy arbitrarily sized bytecode (as is the case with Solmate).