home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12444 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!convex!news.utdallas.edu!corpgate!crchh327!davisonj
  2. From: davisonj@bnr.ca (John Davison)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Memory alignment of struct elements
  5. Message-ID: <1992Aug17.191543.11742@bnr.ca>
  6. Date: 17 Aug 92 19:15:43 GMT
  7. References: <BsxCtz.598@unx.sas.com> <adam.714060134@mcrware> <25533@dog.ee.lbl.gov>
  8. Sender: news@bnr.ca (News on crchh327)
  9. Organization: Bell-Northern Research, Richardson, Tx.
  10. Lines: 15
  11. Nntp-Posting-Host: crchh7ab
  12.  
  13. In article <25533@dog.ee.lbl.gov> torek@horse.ee.lbl.gov (Chris Torek) writes:
  14. >Some machines---like the ones I use---are physically
  15. >incapable of accessing unaligned data.  (It causes a machine fault.)
  16.  
  17.         They can; they just can't access it directly.  Some copy-to-an-aligned-
  18. chunk piece of code would be needed.  This extra code could (I think) be
  19. restricted to only the places where it is needed by the addition of an
  20. "byte_aligned" type qualifier.
  21.  
  22.  
  23. -- 
  24. NOTE: I CAN'T SEND/RECEIVE E-MAIL HERE!!!  Use --> davisonj@ecn.purdue.edu <--
  25.       During (roughly) August 20-25, I will be in transit.  Please be patient.
  26.       The opinions and other information contained herein are not necessarily
  27.       representative of Northern Telecom or any of its subsidiaries. 
  28.