Skip to main content

Module tree

Module tree 

Source
Expand description

Decision tree construction for optimal instruction dispatch.

Builds a compact decision tree that efficiently dispatches on bit patterns to select the correct instruction. The tree minimizes the maximum partition size and balances splits to create an efficient decoder.

Enums§

DecodeNode
A node in the dispatch/decision tree.

Functions§

build_tree
Build an optimal dispatch tree from validated instructions.