6 lines
185 B
Factor
6 lines
185 B
Factor
|
USING: help.markup help.syntax ;
|
||
|
IN: compiler.cfg.linear-scan.resolve
|
||
|
|
||
|
HELP: location
|
||
|
{ $class-description "Represents an abstract location such as a cpu register or a spill slot." } ;
|