Function revm::interpreter::interpreter::analysis::to_analysed

source ยท
pub fn to_analysed(bytecode: Bytecode) -> Bytecode
Expand 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.