Handbook
Glossary
cheap-integer? ( obj -- ? )
Vocabulary
compiler
.
cfg
.
register-allocation
.
rematerialization
Inputs
obj
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
math.order
;
IN:
compiler.cfg.register-allocation.rematerialization
:
cheap-integer?
( obj -- ? )
dup
integer?
[
-32768 32767
between?
]
[
drop
f
]
if
;