All Manuals > LispWorks User Guide and Reference Manual > 29 64-bit LispWorks

NextPrevUpTopContentsIndex

29.3 Architectural constants

Common Lisp constants have the values shown in Architectural constants

Architectural constants

Constant

32-bit LispWorks

64-bit LispWorks

most-positive-fixnum

2^29 - 1

2^60 - 1

array-dimension-limit

67108337 (almost 2^26)

2^29 - 1

array-total-size-limit

2^26

2^29 - 1

Note: In 32-bit LispWorks 5.0, array-total-size-limit is 2^29 - 1, which is wrong.


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex