7 lines
391 B
Factor
7 lines
391 B
Factor
|
USING: help.markup help.syntax ;
|
||
|
IN: compiler.cfg.representations
|
||
|
|
||
|
ARTICLE: "compiler.cfg.representations" "Virtual register representation selection" "Virtual register representation selection. This is where decisions about integer tagging and float and vector boxing are made. The appropriate conversion operations inserted after a cost analysis." ;
|
||
|
|
||
|
ABOUT: "compiler.cfg.representations"
|