bootstrap-most-negative-fixnum ( -- n )
Factor handbook » The implementation » VM memory layouts » Bootstrap support

Prev:bootstrap-cell-bits ( -- n )
Next:bootstrap-most-positive-fixnum ( -- n )


Vocabulary
layouts

Inputs
None

Outputs
nsmallest negative integer representable by a fixnum


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

Definition