home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 10827 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sdd.hp.com!wupost!bcm!rice!miranda.cs.rice.edu!preston
  3. From: preston@miranda.cs.rice.edu (Preston Briggs)
  4. Subject: Re: 64 bit Alpha AXP -vs- 32 bit computers
  5. Message-ID: <BxvEJw.6Bu@rice.edu>
  6. Sender: news@rice.edu (News)
  7. Organization: Rice University, Houston
  8. References: <1992Nov17.162014.6506@chpc.utexas.edu>
  9. Date: Tue, 17 Nov 1992 17:14:19 GMT
  10. Lines: 16
  11.  
  12. kneuper@chpc.utexas.edu (Stephen Kneuper) writes:
  13.  
  14. >I'm trying to figure out why I want to go to a 64 bit machine Alpha
  15. >AXP system instead of continuing to run 32 bit machines (RS6K, Sun).
  16. >
  17. >Outside of the numerical analysis issues,
  18.  
  19. Durn...  And after all the nice debate over 32x32 => 64.
  20.  
  21. Another nice use is to speed up bit-wise computation.
  22. For example, many compilers do lots of data-flow analysis,
  23. summarizing results in long bit vectors; say, O(1000) bit chunks.
  24. It's surely faster to AND and OR these things 64 bits at a time,
  25. not to mention the reduced fetches from cache.
  26.  
  27. Preston Briggs
  28.