Handbook
Glossary
max-value ( class -- n )
Vocabulary
compiler
.
tree
.
propagation
.
info
Inputs
class
an
object
Outputs
n
an
object
Definition
USING:
combinators
kernel
layouts
math
sequences.private
;
IN:
compiler.tree.propagation.info
:
max-value
( class -- n )
{
{
fixnum
[
most-positive-fixnum
]
}
{
array-capacity
[
max-array-capacity
]
}
{
integer-array-capacity
[
max-array-capacity
]
}
[
drop
1/0.
]
}
case
;