Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watcgl.UUCP Path: utzoo!watmath!watcgl!dmmartindale From: dmmartindale@watcgl.UUCP (Dave Martindale) Newsgroups: net.sources Subject: Re: bcopy.s: defines bcopy() and cpyn(). Message-ID: <960@watcgl.UUCP> Date: Wed, 12-Oct-83 17:07:54 EDT Article-I.D.: watcgl.960 Posted: Wed Oct 12 17:07:54 1983 Date-Received: Thu, 13-Oct-83 11:58:48 EDT References: <3069@umcp-cs.UUCP> Organization: U of Waterloo, Ontario Lines: 4 In the VAX bcopy function posted, it would probably be faster if the constant 65535 was replaced by 65532 wherever it occurs, thus causing all memory references to be longword references if the source and destination are longword-aligned.