Skip to main content

build_tree

Function build_tree 

Source
pub fn build_tree(def: &ValidatedDef) -> DecodeNode
Expand description

Build an optimal dispatch tree from validated instructions.

The tree is constructed recursively, choosing bit ranges that best partition the instruction candidates at each level.