home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / hardware / 26555 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!menudo.uh.edu!wagner
  2. From: wagner@grace.math.uh.edu (David Wagner)
  3. Newsgroups: comp.sys.mac.hardware
  4. Subject: Re: Motorola's 68060 for the Mac
  5. Followup-To: comp.sys.mac.hardware
  6. Date: 21 Jan 93 09:14:30
  7. Organization: UH Dept of Math
  8. Lines: 19
  9. Message-ID: <WAGNER.93Jan21091430@grace.math.uh.edu>
  10. References: <1993Jan17.065150.25462@wixer.cactus.org> <1993Jan17.192745.13494@netcom.com>
  11.     <1993Jan18.024452.20791@bilby.cs.uwa.edu.au> <mhk=Av+@engin.umich.edu>
  12.     <noah-200193075654@noah.apple.com>
  13. NNTP-Posting-Host: grace.math.uh.edu
  14. In-reply-to: noah@apple.com's message of 20 Jan 93 16:14:40 GMT
  15.  
  16. It's nice to have all of these facts about size of registers,
  17. data bus, clock speed, etc.  But nobody had said anything
  18. about numbers of registers.  For example, the 68881 has 
  19. 8 extended-precision floating-point registers.  By way of
  20. comparison, the RS/6000 has 32 (double precision?) floating-
  21. point registers.  I believe the comparisons for integer and
  22. address registers are similar, but I don't actually know.
  23.  
  24. Clearly a processor can run faster if it can keep data in registers
  25. rather than writing values out to memory and reading them back in
  26. again when needed.  Cache helps in this regard, but not quite as much
  27. as registers.  However binary compatibility for software demands that
  28. processors have the same number of each type of register, or else only
  29. the minimum number of registers will be used.  Hence I would expect
  30. that the 68060 will have the same register architecture as the
  31. 68030/68882.
  32.  
  33. David H. Wagner
  34. You didn't hear it from me!
  35.