Handbook
Glossary
slot-offset ( #call -- n/f )
Vocabulary
compiler
.
tree
.
escape-analysis
.
simple
Inputs
#call
an
object
Outputs
n/f
an
object
Definition
USING:
accessors
compiler.tree.propagation.info
kernel
math
sequences
;
IN:
compiler.tree.escape-analysis.simple
:
slot-offset
( #call -- n/f )
dup
in-d>>
second
node-value-info
literal>>
dup
[
2
-
]
when
;