{ $var-description "Maps vreg to representation to cost. The costs for each vreg is represented as a hashtable where the keys are representation singletons and the values the costs of using that representation." } ;
{ $description "Increase cost of keeping vreg in rep, making a choice of rep less likely. If the rep is not in the cost alist, it means this representation is prohibited." } ;
{ $class-description "Class of instructions that are binary and inert with respect to tagging. Those instructions often doesn't need untagging and retagging because the operations can be performed on their tagged representations." } ;
{ $var-description "Vregs which must be tagged at the definition site because there is at least one usage that is not int-rep. If all usages are int-rep it is safe to untag at the definition site." } ;
ARTICLE: "compiler.cfg.representations.selection""Assign representations to vregs"
"This is the second last step in the representation selection compiler pass. Each vreg is assigned a machine representation which is any of the representations in the " { $vocab-link "cpu.architecture" } ;