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

Re: small integers



    But for this integer problem, there are now 64 bit microprocessors. 
    If this represents a real trend, then suppose you just consider that 
    Dylan users that care about speed will have  a 64 bit machine and the
    "small" integers will be a LOT bigger than the 28 bits or so now common.
    This will alleviate at least some of the need for bignums.

If these users (and the builders of the languages they run on) decide to
use 64-bit immediate types and pointers and not try to save space and
swapping by sticking to 32 bits for most things.  Time will tell.  There
was a time when people were tempted to stick with 16 bits, even though 32
bits were newly available.  Unix and C are polluted with the residue of
16-bit thinking.

-- Scott