[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue FIXNUM-NON-PORTABLE, v4



                 Also, in most implementations fixnums are big enough to
    contain the address part of a pointer to a data object.  Therefore,
    they are always big enough to count objects.
    
Note that this proposal does not guarantee that fixnums will be large
enough for your purposes; all Common Lisp systems will need more than
16 address bits...