init-allocator ( intervals/sync-points registers -- )


Vocabulary
compiler.cfg.linear-scan.allocation.state

Inputs
intervals/sync-pointssequence of live-interval-state and sync-point.
registersassoc mapping from register class to available machine registers.


Outputs
None

Word description
Initializes the state for the register allocator.

See also
reg-class

Definition