Function revm_interpreter::analysis::to_analysed
source · pub fn to_analysed(bytecode: Bytecode) -> BytecodeExpand description
Perform bytecode analysis.
The analysis finds and caches valid jump destinations for later execution as an optimization step.
If the bytecode is already analyzed, it is returned as-is.