flushable-call? ( #call -- ? )


Vocabulary
compiler.tree.dead-code.simple

Inputs
#calla #call


Outputs
?boolean


Word description
t if the call is flushable. To be flushable, two conditions must hold; first the word must have been declared flushable. Then, if it has any "input-classes" declared, all inputs to the word must fit within those classes. For example, if an input is a string and the declared input class is integer, it doesn't fit and the word is not flushable.

Definition