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