Handbook
Glossary
expire-at-block-entry ( bb -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
assignment
Inputs
bb
an
object
Outputs
None
Definition
USING:
compiler.cfg.linear-scan.live-intervals
compiler.cfg.utilities
kernel
math
namespaces
sequences
;
IN:
compiler.cfg.linear-scan.assignment
:
expire-at-block-entry
( bb -- )
block-from
pending-interval-heap
get
[
>=
]
with
heap-pop-while
[
remove-pending
]
each
;