gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] intptr_t


From: Camm Maguire
Subject: [Gcl-devel] intptr_t
Date: Wed, 05 Jun 2013 11:14:38 -0400

Greetings!

2.6.8 and below, fixnum == (signed-byte 32), so on 64bit machines,
intptr_t will be (unsigned-byte 64), and a bignum.

2.6.9 and higher, intptr_t will be fixnum, i.e. a machine long, on all
platforms. 

Of the patches I mentioned earlier for 2.6.9, 64bit fixnums is the
simplest.  If there was great interest I could consider this in 2.6.8,
but I'd prefer not to.

Take care, 
-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]