bootstrap-cell-bits ( -- n )
Factor handbook » The implementation » VM memory layouts » Bootstrap support

Prev:bootstrap-cells ( m -- n )
Next:bootstrap-most-negative-fixnum ( -- n )


Vocabulary
layouts

Inputs
None

Outputs
nan integer


Word description
Outputs the number of bits in one cell in the target image (if bootstrapping) or the current CPU architecture (otherwise).

Definition