Type Definition cranelift_codegen::machinst::abi::SmallInstVec [−][src]
type SmallInstVec<I> = SmallVec<[I; 4]>;
A small vector of instructions (with some reasonable size); appropriate for a small fixed sequence implementing one operation.