Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!cmcl2!yale!decvax!savax!sii!dmcnh!mark From: mark@dmcnh.UUCP (Mark Roddy) Newsgroups: net.lang.c Subject: Re: Significant deficiency in C Message-ID: <283@dmcnh.UUCP> Date: Tue, 30-Sep-86 09:18:42 EDT Article-I.D.: dmcnh.283 Posted: Tue Sep 30 09:18:42 1986 Date-Received: Fri, 3-Oct-86 00:26:44 EDT References: <4200@brl-smoke.ARPA> Organization: Datamedia Corp, Nashua, NH Lines: 5 [ re char promotion very inefficient for target CPUs with 8 bit registers ] Very true. Good C compilers for 8 bit processors come with non standard options that allow you to turn off promotion. The increase in speed and decrease in code size is dramatic.