liblisa::encoding

Function merge_encodings_structurally

pub fn merge_encodings_structurally<A: Arch, C: Eq + Hash + Computation + Send + Sync>(
    encodings: Vec<Encoding<A, C>>,
) -> Vec<Encoding<A, C>>
Expand description

Performs a conservative merging of a collection of crate::encoding::Encodings.

Encodings are merged if they have the same bitpattern and are structurally similar.