Skip to main content

OperandSnapshot

Type Alias OperandSnapshot 

Source
pub(crate) type OperandSnapshot = SmallVec<[AbsValue; 4]>;
Expand description

Per-instruction snapshot of abstract operand values.

Stored in stack order: index 0 is the deepest operand, last element is TOS. Only the instruction’s inputs are stored, not the entire stack.

Aliased Type§

pub(crate) struct OperandSnapshot { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 40 bytes