home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / arch / 8888 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.5 KB  |  49 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!ubc-cs!mprgate.mpr.ca!mcvey
  3. From: mcvey@mpr.ca (Iain McVey)
  4. Subject: Re: 32 => 64 Transition
  5. Message-ID: <1992Aug13.182851.18305@mprgate.mpr.ca>
  6. Sender: news@mprgate.mpr.ca
  7. Organization: MPR Teltech Ltd., Burnaby, B.C., Canada
  8. References: <1992Aug08.165832.114442@cs.cmu.edu> <1992Aug11.125326.16719@email.tuwien.ac.at> <id.UHAS.9TA@ferranti.com>
  9. Date: Thu, 13 Aug 92 18:28:51 GMT
  10. Lines: 37
  11.  
  12. In article <id.UHAS.9TA@ferranti.com> peter@ferranti.com (Peter da Silva) writes:
  13. >In article <1992Aug08.165832.114442@cs.cmu.edu>, lindsay+@cs.cmu.edu (Donald Lindsay) writes:
  14. >> [DEC]    32-bit system    64-bit system
  15. >
  16. >> char         8         8
  17. >> short    16        16
  18. >> int        32        32
  19. >> long        32        64
  20. >> long long    to be added    64
  21. >> pointer    32        64
  22. >
  23. >I applaud these choices. With them all normal integer sizes remain available,
  24. >and no valid code will be broken.
  25. >
  26.  
  27. Hmm, perhaps I have my wires crossed here, but I thought that int was
  28. supposed to be processor defined, and that tiny, short and long were
  29. of standard size.  ie.
  30.  
  31.         16 bit    32 bit    64 bit
  32. tiny        8    8    8
  33. short        16    16    16
  34. long        32    32    32
  35. long long    (64)    (64)    64
  36.  
  37. int        16    32    64
  38.  
  39. with pointers implementation dependent.
  40.  
  41. no?
  42.  
  43. - Iain -
  44. -- 
  45. Iain McVey (mcvey@mpr.ca)    | Kodachrome, gives us those nice, bright colours,
  46. Software Designer            | Gives the greens of summers,
  47. MPR Teltech Ltd.             | Makes you think all the world's a sunny day.
  48. 8999 Nelson Way, Burnaby, BC | - Paul Simon
  49.