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

7 lines
265 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-min-heap" "stuff" } }
2014-12-30 20:46:35 -05:00
{ $description "Register allocation works by emptying the unhandled intervals and sync points." } ;