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§
- Decode
Node - A node in the dispatch/decision tree.
Functions§
- build_
tree - Build an optimal dispatch tree from validated instructions.