From mboxrd@z Thu Jan 1 00:00:00 1970 From: forsyth@caldo.demon.co.uk To: 9fans@cse.psu.edu Subject: Re: [9fans] Plan9 16bit C compilers MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020215120733.2EC8D19A72@mail.cse.psu.edu> Date: Fri, 15 Feb 2002 12:14:25 +0000 Topicbox-Message-UUID: 516860ae-eaca-11e9-9e20-41e7f4b1d025 >>will run slower.) Or at least I *hope* the Plan9 coders used >>long instead of int when they needed more than 16 bits, something >>that has been standard practice since about 1977. it started out that way in Plan 9, but my impression is that people don't bother as much any more. a few things can change in 25 years. i thought steve simon was asking about using a port of the C compiler as a cross-compiler. it might well be feasible. the compiler distinguishes short, int and long (and others such as vlong) internally, allowing them different sizes. (at one time, it sometimes blurred int and long when type checking but that was changed some time ago.)