Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!julius.cs.uiuc.edu!rpi!zaphod.mps.ohio-state.edu!samsung!xylogics!transfer!lectroid!saturn.ucc.umass.edu From: cabbagehead@saturn.ucc.umass.edu (Chris Lloyd) Newsgroups: comp.arch Subject: Re: Alignment IS important Summary: overkill ... Message-ID: <2455@lectroid.sw.stratus.com> Date: 25 Sep 90 20:47:38 GMT References: Sender: usenet@lectroid.sw.stratus.com Lines: 8 I won't argue that alignment is important, but that code seems like -major- overkill to me. In my experience, the times I am doing things like memcpy are with allocated pointers that *should* be aligned to begin with, and if need something particularly fast I'll stick to assembler, and thats very rare. Chris Lloyd