NextPrevUpTopContentsIndex

12.15.8 Array constant values

array-total-size-limit is now correctly set to be the smallest limit for any element type as per the ANSI Common Lisp standard. Its value is 2^26 in 32-bit LispWorks, and 2^29 -1 in 64-bit LispWorks.

array-dimension-limit is also set to be the smallest limit for any element type. Its value is almost 2^26 in 32-bit LispWorks, and 2^29 - 1 in 64-bit LispWorks.


LispWorks Release Notes and Installation Guide - 18 Mar 2008

NextPrevUpTopContentsIndex