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
nlargest positive integer representable by a fixnum


Word description
Outputs the value for the target architecture when bootstrapping.

Definition