factor/basis/compiler/cfg/linear-scan/allocation/allocation-docs.factor

7 lines
302 B
Factor

USING: compiler.cfg compiler.cfg.linear-scan.allocation help.markup
help.syntax sequences ;
HELP: (allocate-registers)
{ $values { "unhandled-intervals" "stuff" } { "unhandled-sync-points" "stuff" } }
{ $description "Register allocation works by emptying the unhandled intervals and sync points." } ;