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

7 lines
302 B
Factor
Raw Normal View History

2014-12-30 20:46:35 -05:00
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." } ;