home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 13075 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.0 KB

  1. Xref: sparky comp.lang.c:13075 comp.std.c:2546
  2. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!ogicse!das-news.harvard.edu!spdcc!dirtydog.ima.isc.com!karl
  3. From: karl@ima.isc.com (Karl Heuer)
  4. Newsgroups: comp.lang.c,comp.std.c
  5. Subject: Re: scrcpy implementation question
  6. Message-ID: <1992Sep01.193936.4411@ima.isc.com>
  7. Date: 1 Sep 92 19:39:36 GMT
  8. References: <PINKAS.92Aug21114508@caraway.intel.com>
  9. Sender: usenet@ima.isc.com (news)
  10. Organization: Interactive Systems, Cambridge, MA 02138-5302
  11. Lines: 9
  12.  
  13. In article <PINKAS.92Aug21114508@caraway.intel.com>, pinkas@caraway.intel.com (Israel Pinkas) writes:
  14. > A compiler group working for us has told us that they plan to make the
  15. > following optimization for the strcpy library function:
  16. > [Unrolled loop of word moves, copying past the terminator, up to the smaller
  17. > of compile-time dst_size and src_size]
  18.  
  19. Presumably it is important to get the wrong answer as fast as possible.
  20.  
  21. Karl W. Z. Heuer (karl@ima.isc.com or uunet!ima!karl), The Walking Lint
  22.