Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!necntc!pec From: pec@necntc.UUCP Newsgroups: comp.arch,comp.lang.c Subject: Re: String Processing Instruction Message-ID: <2588@necntc.NEC.COM> Date: Mon, 6-Apr-87 09:34:11 EST Article-I.D.: necntc.2588 Posted: Mon Apr 6 09:34:11 1987 Date-Received: Wed, 8-Apr-87 02:37:40 EST References: <1484@ncr-sd.SanDiego.NCR.COM> Reply-To: pec@necntc.UUCP (Paul Cohen) Organization: NEC Electronics Inc. Natick, MA 01760 Lines: 7 Keywords: instruction set architectures, Am29000 Xref: utgpu comp.arch:786 comp.lang.c:1484 How likely is it that a compiler can make use of string copy instructions? NEC's re-targeting of the portable C compiler to the V60 architecture frequently takes advantage of one of the V60's string copy instructions. It uses a string copy for structure assignments! Of course, these instructions are also used in the library routines. Another use that comes to mind is when loader zeros out a BSS area...