Function analyze_legacy
pub fn analyze_legacy(bytecode: Bytes) -> (JumpTable, Bytes)Available on crate feature
evm only.Expand description
Analyzes the bytecode for use in LegacyAnalyzedBytecode.
See LegacyAnalyzedBytecode for more details.
Prefer using LegacyAnalyzedBytecode::analyze instead.