Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!endor!reiter From: reiter@endor.UUCP Newsgroups: comp.arch,comp.lang.c Subject: Re: String Handling -- Incompetence of run-time libraries Message-ID: <1531@husc6.UUCP> Date: Mon, 30-Mar-87 19:39:15 EST Article-I.D.: husc6.1531 Posted: Mon Mar 30 19:39:15 1987 Date-Received: Wed, 1-Apr-87 03:17:51 EST References: <15292@amdcad.UUCP> <978@ames.UUCP> <15694@sun.uucp> <18036@ucbvax.BERKELEY.EDU> <1944@hoptoad.uucp> <1530@husc6.UUCP> Sender: news@husc6.UUCP Reply-To: reiter@harvard.UUCP (Ehud Reiter) Organization: Aiken Computation Lab Harvard, Cambridge, MA Lines: 7 Keywords: instruction set architectures, strcpy Xref: utgpu comp.arch:713 comp.lang.c:1390 As a brief addition to my previous posting, when I used my own strcpy and strcmp routines, the Dhrystone rating of my microVAX II (cc -O, 4.3BSD) jumped from 1000 (library strcpy, strcmp) to 1400 (my strcpy, strcmp). Dhrystone seems to be highly sensitive to the quality of the library's string-handling routines. Ehud Reiter reiter@harvard (ARPA,BITNET,UUCP)