Handbook
Glossary
owner-evidence ( bundle -- object )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
.
evidence
Inputs
bundle
an
object
Outputs
object
an
object
Definition
USING:
accessors
math
sequences
;
IN:
compiler.cfg.register-allocation.backtracking.evidence
::
owner-evidence
( bundle -- object )
bundle
intervals>>
first
vreg>>
:>
id bundle
ranges>>
:>
ranges bundle
weight>>
>float
:>
weight
H{
{
"weight"
weight
}
{
"ranges"
ranges
}
{
"id"
id
}
}
;