Trait OptimizationBuffer
rustpython_compiler::peephole
pub trait OptimizationBuffer { fn emit(&mut self, instruction: Instruction, meta: InstructionMetadata); fn pop(&mut self) -> (Instruction, InstructionMetadata); }
fn emit(&mut self, instruction: Instruction, meta: InstructionMetadata)
fn pop(&mut self) -> (Instruction, InstructionMetadata)