select-representations ( cfg -- )
Virtual register representation selection


Vocabulary
compiler.cfg.representations

Inputs
cfga cfg


Outputs
None

Word description
Entry point for the representation selection compiler pass. After this word hasn run, the representations hashtable has been filled with vregs and what their preferred representations are.

Definition