64 bit ints

Peter da Silva peter at ficc.uu.net
Tue Nov 1 01:01:03 AEST 1988


In article <8803 at smoke.BRL.MIL>, gwyn at smoke.BRL.MIL (Doug Gwyn ) writes:
> It is also a BAD idea to make int handling slower than necessary
> by an inappropriate choice.  int has always been intended to be the
> integer type "most convenient for the machine".

What is the most convenient type for a 68000? 16-bit ints are much faster
(twice as fast for loads and stores) but 32-bit ints fit the register
architecture better.
-- 
Peter da Silva  `-_-'  Ferranti International Controls Corporation
"Have you hugged  U  your wolf today?"     uunet.uu.net!ficc!peter
Disclaimer: My typos are my own damn business.   peter at ficc.uu.net



More information about the Comp.lang.c mailing list