Handbook
Glossary
check-handled ( live-interval -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
allocation
.
state
Inputs
live-interval
an
object
Outputs
None
Definition
USING:
compiler.cfg.linear-scan.live-intervals
kernel
math
namespaces
;
IN:
compiler.cfg.linear-scan.allocation.state
:
check-handled
( live-interval -- )
live-interval-end
progress
get
>
[
"check-handled"
throw
]
when
;
inline