factor/basis/stack-checker/inlining/inlining-docs.factor

11 lines
362 B
Factor
Raw Normal View History

2015-09-21 06:32:32 -04:00
USING: compiler.tree help.markup help.syntax words ;
IN: stack-checker.inlining
HELP: inline-recursive-word
{ $values { "word" word } }
{ $description "Emits an " { #recursive } " ssa node for a call to the given inline recursive word." } ;
HELP: prepare-stack
{ $values { "word" word } }
{ $description "Called when an inline recursive word is compiled." } ;