From owner-freebsd-hackers Mon Oct 16 09:00:05 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12477 for hackers-outgoing; Mon, 16 Oct 1995 09:00:05 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id IAA12452 for ; Mon, 16 Oct 1995 08:59:48 -0700 Received: by sequent.kiae.su id AA24837 (5.65.kiae-2 ); Mon, 16 Oct 1995 19:57:38 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 16 Oct 95 19:57:37 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.11/8.6.9) id SAA07876; Mon, 16 Oct 1995 18:56:10 +0300 To: bde@zeta.org.au, phk@critter.tfs.com Cc: hackers@freefall.freebsd.org, j@uriah.heep.sax.de, kaleb@x.org References: <199510161541.BAA00990@godzilla.zeta.org.au> In-Reply-To: <199510161541.BAA00990@godzilla.zeta.org.au>; from Bruce Evans at Tue, 17 Oct 1995 01:41:50 +1000 Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 16 Oct 1995 18:56:09 +0300 (MSK) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: A couple problems in FreeBSD 2.1.0-950922-SNAP Lines: 29 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1225 Sender: owner-hackers@FreeBSD.org Precedence: bulk In message <199510161541.BAA00990@godzilla.zeta.org.au> Bruce Evans writes: >>isspace() is purity killer. >>>Almost everything references printf so 2) applies to almost everything. >>>Thus we have about 55 * 20K of bloat in [s]bin mainly for the stupid >>>reason that a function that is almost never called (strtod()) needs to >>>know what a space is. >>vfprintf module calls too many functions besides dtoa, they are >>fflush, swsetup, sfvwrite, abort, etc. I am not shure that any of them >>not calls ctype functions indirectly additionly. >They don't. vfscanf() calls __dtoa() but is not used nearly as much as >vfprintf(). Ok, it seems your idea to have two startup_locale stubs is useful. I think before implementing it we need to cleanup our libc (as well as other libraries too) to _not_ use ctype calls in pure-ASCII case and separate functions wich uses them from ones which not uses. It can takes much time... -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849