Handbook
Glossary
bootstrap-most-positive-fixnum ( -- n )
Factor handbook
»
The implementation
»
VM memory layouts
»
Bootstrap support
Prev:
bootstrap-most-negative-fixnum ( -- n )
Next:
bootstrap-max-array-capacity ( -- n )
Vocabulary
layouts
Inputs
None
Outputs
n
largest positive integer representable by a fixnum
Word description
Outputs the value for the target architecture when bootstrapping.
Definition
USING:
math
;
IN:
layouts
:
bootstrap-most-positive-fixnum
( -- n )
bootstrap-first-bignum
1
-
;