Handbook
Glossary
update-live-out/in ( basic-block -- changed? )
Vocabulary
compiler
.
cfg
.
liveness
Inputs
basic-block
an
object
Outputs
changed?
an
object
Definition
USING:
combinators.short-circuit
;
IN:
compiler.cfg.liveness
:
update-live-out/in
( basic-block -- changed? )
{
[
update-live-out
]
[
update-live-in
]
}
1&&
;