interval>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: interval>> ( object -- value )


Methods
USING: accessors compiler.cfg.linear-scan.allocation.spilling
slots.private ;

M: bad-live-ranges interval>> 2 slot ; inline


USING: accessors compiler.tree.propagation.constraints
slots.private ;

M: interval-constraint interval>> 3 slot ; inline


USING: accessors compiler.tree.propagation.info slots.private ;

M: value-info-state interval>> 3 slot ; inline