Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!bonnie!akgua!gatech!seismo!brl-tgr!tgr!bilbo.niket@locus.ucla.edu From: bilbo.niket@locus.ucla.edu (Niket K. Patwardhan) Newsgroups: net.lang.c Subject: Re: Code Generation (register byte, short...) Message-ID: <29@brl-tgr.ARPA> Date: Mon, 25-Nov-85 00:34:28 EST Article-I.D.: brl-tgr.29 Posted: Mon Nov 25 00:34:28 1985 Date-Received: Tue, 26-Nov-85 20:19:48 EST Sender: news@brl-tgr.ARPA Lines: 7 [on a 68000 where short*short is a single instruction, but int*int requires a procedure call ] Thats what you get for using a machine that calims to be 32-bit when it really is 16-bit. Dont know how to help you with your gripe but "int" exists to represent the natural size of the machine..... in my interpretation that would be the size that works best, fastest etc.