free-positions ( registers reg-class -- avail-registers )


Vocabulary
compiler.cfg.linear-scan.allocation

Inputs
registersan assoc
reg-classan int-regs or a float-regs


Outputs
avail-registersan assoc


Word description
Creates an alist mapping registers to their desirability for allocation. 'avail-registers' is an alist and not a hashtable because the register allocation order is significant.

See also
register-status

Definition