2014-12-30 20:46:35 -05:00
|
|
|
USING: compiler.cfg compiler.cfg.linear-scan.allocation help.markup
|
|
|
|
help.syntax sequences ;
|
|
|
|
|
|
|
|
HELP: (allocate-registers)
|
2015-01-17 17:02:59 -05:00
|
|
|
{ $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." } ;
|