Sequence of input variables to the call. The items are ordered from top to bottom of the stack.
out-d
Output values of the call.
body
If the called word is generic and inlined, then 'body' is a sequence of SSA nodes built from the inlined method.
method
If the called word is generic and inlined here, then 'method' contains the inlined quotation.
class
a class
info
If the called word is generic and inlined, then the info slot contains an assoc of value infos for the body of the inlined generic. It is set during the propagation pass of the optimizer.