home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 10866 < prev    next >
Encoding:
Text File  |  1992-11-18  |  846 b   |  21 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!moliere!pmk
  3. From: pmk@moliere.uucp (Peter Michael Klausler)
  4. Subject: Re: 64 bit Alpha AXP -vs- 32 bit computers
  5. Message-ID: <1992Nov18.152940.5851@moliere.uucp>
  6. Organization: Lilydale DFL Refreshments Committee & Rhythm Section
  7. References: <1992Nov17.162014.6506@chpc.utexas.edu> <BxvEJw.6Bu@rice.edu>
  8. Date: Wed, 18 Nov 1992 15:29:40 GMT
  9. Lines: 10
  10.  
  11. In article <BxvEJw.6Bu@rice.edu> preston@miranda.cs.rice.edu (Preston Briggs)
  12. writes:
  13. >
  14. >Another nice use is to speed up bit-wise computation.
  15. >For example, many compilers do lots of data-flow analysis,
  16. >summarizing results in long bit vectors; say, O(1000) bit chunks.
  17. >It's surely faster to AND and OR these things 64 bits at a time,
  18. >not to mention the reduced fetches from cache.
  19.  
  20. It's even more fun to use real vector registers for those bit vectors.
  21.