factor/basis/compiler/tree/dead-code/simple/simple-docs.factor

11 lines
421 B
Factor
Raw Normal View History

USING: compiler.tree help.markup help.syntax sequences ;
IN: compiler.tree.dead-code.simple
HELP: filter-corresponding
{ $values { "new" sequence } { "old" sequence } { "old'" sequence } }
{ $description "Remove elements from 'old' if the element with the same index in 'new' is dead." } ;
HELP: flushable-call?
{ $values { "#call" #call } { "?" "boolean" } }
{ $description { $link t } " if the call is flushable" } ;